#BBF988

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

Shades of Sulu #BBF988

Tints of Sulu #BBF988

Color information

#BBF988 (or 0xBBF988) is unknown color: approx Sulu. HEX triplet: BB, F9 and 88. RGB value is (187,249,136). Sum of RGB (Red+Green+Blue) = 187+249+136=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF988 is #440677. Grayscale: #D9D9D9. Windows color (decimal): -4458104 or 8976827. OLE color: 8976827.

HSL color Cylindrical-coordinate representation of color #BBF988: hue angle of 92.92º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBF988 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB187249136-
CMYK0.2500.450.02
HSL92.92º90.4%75.49%-
HSV(B)92.92º45.38%97.65%-
XYZ58.8180.0935.65-
YUV217.5881.96106.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=32.69%
G=43.53%
B=23.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491360.2500.450.0292.9290.475.49
HexBBF9881902D25d5a4b
Octal273371210310552135132113
Binary10111011111110011000100011001010110110101110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF988; }

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

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

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

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

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

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

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

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