#BCE185

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

Shades of Sulu #BCE185

Tints of Sulu #BCE185

Color information

#BCE185 (or 0xBCE185) is unknown color: approx Sulu. HEX triplet: BC, E1 and 85. RGB value is (188,225,133). Sum of RGB (Red+Green+Blue) = 188+225+133=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE185 is #431E7A. Grayscale: #CBCBCB. Windows color (decimal): -4398715 or 8774076. OLE color: 8774076.

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

Color convert

RGB188225133-
CMYK0.1600.410.12
HSL84.13º60.53%70.2%-
HSV(B)84.13º40.89%88.24%-
XYZ51.966.2432.24-
YUV203.4588.24116.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=34.43%
G=41.21%
B=24.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251330.1600.410.1284.1360.5370.2
HexBCE18510029C543d46
Octal274341205200511412475106
Binary101111001110000110000101100000101001110010101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE185; }

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

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

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

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

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

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

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

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