#BCE48E

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

Shades of Sulu #BCE48E

Tints of Sulu #BCE48E

Color information

#BCE48E (or 0xBCE48E) is unknown color: approx Sulu. HEX triplet: BC, E4 and 8E. RGB value is (188,228,142). Sum of RGB (Red+Green+Blue) = 188+228+142=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE48E is #431B71. Grayscale: #CECECE. Windows color (decimal): -4397938 or 9364668. OLE color: 9364668.

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

Color convert

RGB188228142-
CMYK0.1800.380.11
HSL87.91º61.43%72.55%-
HSV(B)87.91º37.72%89.41%-
XYZ53.3668.1335.93-
YUV206.2491.75114.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=33.69%
G=40.86%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281420.1800.380.1187.9161.4372.55
HexBCE48E12026B583d49
Octal274344216220461313075111
Binary101111001110010010001110100100100110101110110001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE48E; }

 p { color: rgb(188,228,142); }

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

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

 a { background-color: rgb(188,228,142); }

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

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

 span { border-color: rgb(188,228,142); }

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