#BCEA89

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

Shades of Sulu #BCEA89

Tints of Sulu #BCEA89

Color information

#BCEA89 (or 0xBCEA89) is unknown color: approx Sulu. HEX triplet: BC, EA and 89. RGB value is (188,234,137). Sum of RGB (Red+Green+Blue) = 188+234+137=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA89 is #431576. Grayscale: #D1D1D1. Windows color (decimal): -4396407 or 9038524. OLE color: 9038524.

HSL color Cylindrical-coordinate representation of color #BCEA89: hue angle of 88.45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEA89 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB188234137-
CMYK0.2000.410.08
HSL88.45º69.78%72.75%-
HSV(B)88.45º41.45%91.76%-
XYZ54.6871.3434.56-
YUV209.1987.26112.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=33.63%
G=41.86%
B=24.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341370.2000.410.0888.4569.7872.75
HexBCEA89140298584649
Octal2743522112405110130106111
Binary1011110011101010100010011010001010011000101100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA89; }

 p { color: rgb(188,234,137); }

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

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

 a { background-color: rgb(188,234,137); }

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

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

 span { border-color: rgb(188,234,137); }

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