#BBFE8D

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

Shades of Sulu #BBFE8D

Tints of Sulu #BBFE8D

Color information

#BBFE8D (or 0xBBFE8D) is unknown color: approx Sulu. HEX triplet: BB, FE and 8D. RGB value is (187,254,141). Sum of RGB (Red+Green+Blue) = 187+254+141=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE8D is #440172. Grayscale: #DDDDDD. Windows color (decimal): -4456819 or 9305787. OLE color: 9305787.

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

Color convert

RGB187254141-
CMYK0.2600.440.00
HSL95.58º98.26%77.45%-
HSV(B)95.58º44.49%99.61%-
XYZ60.7483.3738.09-
YUV221.0882.8103.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=32.13%
G=43.64%
B=24.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541410.2600.440.0095.5898.2677.45
HexBBFE8D1A02C060624d
Octal273376215320540140142115
Binary1011101111111110100011011101001011000110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFE8D; }

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

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

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

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

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

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

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

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