#BBF980

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

Shades of Sulu #BBF980

Tints of Sulu #BBF980

Color information

#BBF980 (or 0xBBF980) is unknown color: approx Sulu. HEX triplet: BB, F9 and 80. RGB value is (187,249,128). Sum of RGB (Red+Green+Blue) = 187+249+128=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF980 is #44067F. Grayscale: #D9D9D9. Windows color (decimal): -4458112 or 8452539. OLE color: 8452539.

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

Color convert

RGB187249128-
CMYK0.2500.490.02
HSL90.74º90.98%73.92%-
HSV(B)90.74º48.59%97.65%-
XYZ58.2779.8732.77-
YUV216.6777.96106.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 249 (97.66% from 255) = 44.15%
BLUE value IS 128 (50.39% from 255) = 22.70%
R=33.16%
G=44.15%
B=22.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491280.2500.490.0290.7490.9873.92
HexBBF9801903125b5b4a
Octal273371200310612133133112
Binary10111011111110011000000011001011000110101101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF980; }

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

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

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

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

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

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

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

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