#BBFD8B

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

Shades of Sulu #BBFD8B

Tints of Sulu #BBFD8B

Color information

#BBFD8B (or 0xBBFD8B) is unknown color: approx Sulu. HEX triplet: BB, FD and 8B. RGB value is (187,253,139). Sum of RGB (Red+Green+Blue) = 187+253+139=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFD8B is #440274. Grayscale: #DCDCDC. Windows color (decimal): -4457077 or 9174459. OLE color: 9174459.

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

Color convert

RGB187253139-
CMYK0.2600.450.01
HSL94.74º96.61%76.86%-
HSV(B)94.74º45.06%99.22%-
XYZ60.2882.6837.21-
YUV220.2782.13104.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=32.30%
G=43.70%
B=24.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531390.2600.450.0194.7496.6176.86
HexBBFD8B1A02D15f614d
Octal273375213320551137141115
Binary1011101111111101100010111101001011011101111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD8B; }

 p { color: rgb(187,253,139); }

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

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

 a { background-color: rgb(187,253,139); }

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

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

 span { border-color: rgb(187,253,139); }

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