#BCE293

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

Shades of Sulu #BCE293

Tints of Sulu #BCE293

Color information

#BCE293 (or 0xBCE293) is unknown color: approx Sulu. HEX triplet: BC, E2 and 93. RGB value is (188,226,147). Sum of RGB (Red+Green+Blue) = 188+226+147=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE293 is #431D6C. Grayscale: #CDCDCD. Windows color (decimal): -4398445 or 9691836. OLE color: 9691836.

HSL color Cylindrical-coordinate representation of color #BCE293: hue angle of 88.86º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE293 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB188226147-
CMYK0.1700.350.11
HSL88.86º57.66%73.14%-
HSV(B)88.86º34.96%88.63%-
XYZ53.267.1937.77-
YUV205.6394.91115.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 226 (88.67% from 255) = 40.29%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=33.51%
G=40.29%
B=26.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261470.1700.350.1188.8657.6673.14
HexBCE29311023B593a49
Octal274342223210431313172111
Binary101111001110001010010011100010100011101110110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE293; }

 p { color: rgb(188,226,147); }

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

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

 a { background-color: rgb(188,226,147); }

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

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

 span { border-color: rgb(188,226,147); }

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