#BCEC8B

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

Shades of Sulu #BCEC8B

Tints of Sulu #BCEC8B

Color information

#BCEC8B (or 0xBCEC8B) is unknown color: approx Sulu. HEX triplet: BC, EC and 8B. RGB value is (188,236,139). Sum of RGB (Red+Green+Blue) = 188+236+139=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC8B is #431374. Grayscale: #D2D2D2. Windows color (decimal): -4395893 or 9170108. OLE color: 9170108.

HSL color Cylindrical-coordinate representation of color #BCEC8B: hue angle of 89.69º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEC8B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB188236139-
CMYK0.2000.410.07
HSL89.69º71.85%73.53%-
HSV(B)89.69º41.1%92.55%-
XYZ55.3972.5535.51-
YUV210.5987.6111.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=33.39%
G=41.92%
B=24.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361390.2000.410.0789.6971.8573.53
HexBCEC8B1402975a484a
Octal274354213240517132110112
Binary101111001110110010001011101000101001111101101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC8B; }

 p { color: rgb(188,236,139); }

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

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

 a { background-color: rgb(188,236,139); }

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

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

 span { border-color: rgb(188,236,139); }

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