#BBFF8C

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

Shades of Sulu #BBFF8C

Tints of Sulu #BBFF8C

Color information

#BBFF8C (or 0xBBFF8C) is unknown color: approx Sulu. HEX triplet: BB, FF and 8C. RGB value is (187,255,140). Sum of RGB (Red+Green+Blue) = 187+255+140=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFF8C is #440073. Grayscale: #DDDDDD. Windows color (decimal): -4456564 or 9240507. OLE color: 9240507.

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

Color convert

RGB187255140-
CMYK0.2700.450
HSL95.48º100%77.45%-
HSV(B)95.48º45.1%100%-
XYZ60.9983.9837.81-
YUV221.5681.97103.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=32.13%
G=43.81%
B=24.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551400.2700.45095.4810077.45
HexBBFF8C1B02D05f644d
Octal273377214330550137144115
Binary1011101111111111100011001101101011010101111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF8C; }

 p { color: rgb(187,255,140); }

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

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

 a { background-color: rgb(187,255,140); }

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

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

 span { border-color: rgb(187,255,140); }

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