#BBFD88

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

Shades of Sulu #BBFD88

Tints of Sulu #BBFD88

Color information

#BBFD88 (or 0xBBFD88) is unknown color: approx Sulu. HEX triplet: BB, FD and 88. RGB value is (187,253,136). Sum of RGB (Red+Green+Blue) = 187+253+136=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFD88 is #440277. Grayscale: #DCDCDC. Windows color (decimal): -4457080 or 8977851. OLE color: 8977851.

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

Color convert

RGB187253136-
CMYK0.2600.460.01
HSL93.85º96.69%76.27%-
HSV(B)93.85º46.25%99.22%-
XYZ60.0682.5936.07-
YUV219.9380.63104.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 253 (99.22% from 255) = 43.92%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=32.47%
G=43.92%
B=23.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531360.2600.460.0193.8596.6976.27
HexBBFD881A02E15e614c
Octal273375210320561136141114
Binary1011101111111101100010001101001011101101111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD88; }

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

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

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

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

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

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

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

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