#BCEC92

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

Shades of Sulu #BCEC92

Tints of Sulu #BCEC92

Color information

#BCEC92 (or 0xBCEC92) is unknown color: approx Sulu. HEX triplet: BC, EC and 92. RGB value is (188,236,146). Sum of RGB (Red+Green+Blue) = 188+236+146=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC92 is #43136D. Grayscale: #D3D3D3. Windows color (decimal): -4395886 or 9628860. OLE color: 9628860.

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

Color convert

RGB188236146-
CMYK0.2000.380.07
HSL92º70.31%74.9%-
HSV(B)92º38.14%92.55%-
XYZ55.9272.7638.29-
YUV211.3991.1111.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 146 (57.42% from 255) = 25.61%
R=32.98%
G=41.40%
B=25.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361460.2000.380.079270.3174.9
HexBCEC921402675c464b
Octal274354222240467134106113
Binary101111001110110010010010101000100110111101110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC92; }

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

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

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

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

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

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

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

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