#BCEC90

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

Shades of Sulu #BCEC90

Tints of Sulu #BCEC90

Color information

#BCEC90 (or 0xBCEC90) is unknown color: approx Sulu. HEX triplet: BC, EC and 90. RGB value is (188,236,144). Sum of RGB (Red+Green+Blue) = 188+236+144=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC90 is #43136F. Grayscale: #D3D3D3. Windows color (decimal): -4395888 or 9497788. OLE color: 9497788.

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

Color convert

RGB188236144-
CMYK0.2000.390.07
HSL91.3º70.77%74.51%-
HSV(B)91.3º38.98%92.55%-
XYZ55.7772.737.48-
YUV211.1690.1111.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 41.55%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=33.10%
G=41.55%
B=25.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361440.2000.390.0791.370.7774.51
HexBCEC901402775b474b
Octal274354220240477133107113
Binary101111001110110010010000101000100111111101101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC90; }

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

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

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

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

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

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

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

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