#BBFC69

Color #BBFC69 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BBFC69

Tints of Sulu #BBFC69

Color information

#BBFC69 (or 0xBBFC69) is unknown color: approx Sulu. HEX triplet: BB, FC and 69. RGB value is (187,252,105). Sum of RGB (Red+Green+Blue) = 187+252+105=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC69 is #440396. Grayscale: #D8D8D8. Windows color (decimal): -4457367 or 6945979. OLE color: 6945979.

HSL color Cylindrical-coordinate representation of color #BBFC69: hue angle of 86.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBFC69 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB187252105-
CMYK0.2600.580.01
HSL86.53º96.08%70%-
HSV(B)86.53º58.33%98.82%-
XYZ57.8581.2125.99-
YUV215.8165.47107.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=34.38%
G=46.32%
B=19.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521050.2600.580.0186.5396.0870
HexBBFC691A03A1576046
Octal273374151320721127140106
Binary101110111111110011010011101001110101101011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFC69; }

 p { color: rgb(187,252,105); }

 H1.HeaderClassName
 {
   color: #BBFC69;
 }
 .AnyTagClassName
 {
   color: #BBFC69;
 }
</style>
background-color css

<style>
 a { background-color: #BBFC69; }

 a { background-color: rgb(187,252,105); }

 div.DivClassName
 {
   background-color: #BBFC69;
 }
 .BgClassName
 {
   background-color: #BBFC69;
 }
</style>
border-color css

<style>
 span { border-color: #BBFC69; }

 span { border-color: rgb(187,252,105); }

 td.TdClassName
 {
   border-color: #BBFC69;
 }
 .TagClassName
 {
   border-color: #BBFC69;
 }
</style>