#bce88e

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

Shades of Sulu #BCE88E

Tints of Sulu #BCE88E

Color information

#BCE88E (or 0xBCE88E) is unknown color: approx Sulu. HEX triplet: BC, E8 and 8E. RGB value is (188,232,142). Sum of RGB (Red+Green+Blue) = 188+232+142=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE88E is #431771. Grayscale: #D0D0D0. Windows color (decimal): -4396914 or 9365692. OLE color: 9365692.

HSL color Cylindrical-coordinate representation of color #BCE88E: hue angle of 89.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE88E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB188232142-
CMYK0.1900.390.09
HSL89.33º66.18%73.33%-
HSV(B)89.33º38.79%90.98%-
XYZ54.4870.3636.3-
YUV208.5890.42113.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=33.45%
G=41.28%
B=25.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321420.1900.390.0989.3366.1873.33
HexBCE88E130279594249
Octal2743502162304711131102111
Binary1011110011101000100011101001101001111001101100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce88e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce88e; }

 p { color: rgb(188,232,142); }

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

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

 a { background-color: rgb(188,232,142); }

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

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

 span { border-color: rgb(188,232,142); }

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