#BCE186

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

Shades of Sulu #BCE186

Tints of Sulu #BCE186

Color information

#BCE186 (or 0xBCE186) is unknown color: approx Sulu. HEX triplet: BC, E1 and 86. RGB value is (188,225,134). Sum of RGB (Red+Green+Blue) = 188+225+134=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE186 is #431E79. Grayscale: #CBCBCB. Windows color (decimal): -4398714 or 8839612. OLE color: 8839612.

HSL color Cylindrical-coordinate representation of color #BCE186: hue angle of 84.4º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE186 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB188225134-
CMYK0.1600.400.12
HSL84.4º60.26%70.39%-
HSV(B)84.4º40.44%88.24%-
XYZ51.9766.2632.61-
YUV203.5688.74116.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 225 (88.28% from 255) = 41.13%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=34.37%
G=41.13%
B=24.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251340.1600.400.1284.460.2670.39
HexBCE18610028C543c46
Octal274341206200501412474106
Binary101111001110000110000110100000101000110010101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE186; }

 p { color: rgb(188,225,134); }

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

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

 a { background-color: rgb(188,225,134); }

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

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

 span { border-color: rgb(188,225,134); }

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