#BCE885

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

Shades of Sulu #BCE885

Tints of Sulu #BCE885

Color information

#BCE885 (or 0xBCE885) is unknown color: approx Sulu. HEX triplet: BC, E8 and 85. RGB value is (188,232,133). Sum of RGB (Red+Green+Blue) = 188+232+133=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE885 is #43177A. Grayscale: #CFCFCF. Windows color (decimal): -4396923 or 8775868. OLE color: 8775868.

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

Color convert

RGB188232133-
CMYK0.1900.430.09
HSL86.67º68.28%71.57%-
HSV(B)86.67º42.67%90.98%-
XYZ53.8370.132.88-
YUV207.5685.92114.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 232 (91.02% from 255) = 41.95%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=34.00%
G=41.95%
B=24.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321330.1900.430.0986.6768.2871.57
HexBCE8851302B9574448
Octal2743502052305311127104110
Binary1011110011101000100001011001101010111001101011110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE885; }

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

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

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

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

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

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

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

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