#BCE892

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

Shades of Sulu #BCE892

Tints of Sulu #BCE892

Color information

#BCE892 (or 0xBCE892) is unknown color: approx Sulu. HEX triplet: BC, E8 and 92. RGB value is (188,232,146). Sum of RGB (Red+Green+Blue) = 188+232+146=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE892 is #43176D. Grayscale: #D1D1D1. Windows color (decimal): -4396910 or 9627836. OLE color: 9627836.

HSL color Cylindrical-coordinate representation of color #BCE892: hue angle of 90.7º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE892 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB188232146-
CMYK0.1900.370.09
HSL90.7º65.15%74.12%-
HSV(B)90.7º37.07%90.98%-
XYZ54.7870.4837.91-
YUV209.0492.42112.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 232 (91.02% from 255) = 40.99%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=33.22%
G=40.99%
B=25.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321460.1900.370.0990.765.1574.12
HexBCE8921302595b414a
Octal2743502222304511133101112
Binary1011110011101000100100101001101001011001101101110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE892; }

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

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

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

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

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

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

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

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