#BCE092

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

Shades of Sulu #BCE092

Tints of Sulu #BCE092

Color information

#BCE092 (or 0xBCE092) is unknown color: approx Sulu. HEX triplet: BC, E0 and 92. RGB value is (188,224,146). Sum of RGB (Red+Green+Blue) = 188+224+146=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE092 is #431F6D. Grayscale: #CCCCCC. Windows color (decimal): -4398958 or 9625788. OLE color: 9625788.

HSL color Cylindrical-coordinate representation of color #BCE092: hue angle of 87.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE092 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB188224146-
CMYK0.1600.350.12
HSL87.69º55.71%72.55%-
HSV(B)87.69º34.82%87.84%-
XYZ52.5866.0837.18-
YUV204.3495.07116.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 224 (87.89% from 255) = 40.14%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=33.69%
G=40.14%
B=26.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241460.1600.350.1287.6955.7172.55
HexBCE09210023C583849
Octal274340222200431413070111
Binary101111001110000010010010100000100011110010110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE092; }

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

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

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

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

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

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

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

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