#BBFE8C

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

Shades of Sulu #BBFE8C

Tints of Sulu #BBFE8C

Color information

#BBFE8C (or 0xBBFE8C) is unknown color: approx Sulu. HEX triplet: BB, FE and 8C. RGB value is (187,254,140). Sum of RGB (Red+Green+Blue) = 187+254+140=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE8C is #440173. Grayscale: #DDDDDD. Windows color (decimal): -4456820 or 9240251. OLE color: 9240251.

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

Color convert

RGB187254140-
CMYK0.2600.450.00
HSL95.26º98.28%77.25%-
HSV(B)95.26º44.88%99.61%-
XYZ60.6783.3437.7-
YUV220.9782.3103.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 254 (99.61% from 255) = 43.72%
BLUE value IS 140 (55.08% from 255) = 24.10%
R=32.19%
G=43.72%
B=24.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541400.2600.450.0095.2698.2877.25
HexBBFE8C1A02D05f624d
Octal273376214320550137142115
Binary1011101111111110100011001101001011010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFE8C; }

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

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

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

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

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

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

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

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