#BCE191

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

Shades of Sulu #BCE191

Tints of Sulu #BCE191

Color information

#BCE191 (or 0xBCE191) is unknown color: approx Sulu. HEX triplet: BC, E1 and 91. RGB value is (188,225,145). Sum of RGB (Red+Green+Blue) = 188+225+145=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE191 is #431E6E. Grayscale: #CDCDCD. Windows color (decimal): -4398703 or 9560508. OLE color: 9560508.

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

Color convert

RGB188225145-
CMYK0.1600.360.12
HSL87.75º57.14%72.55%-
HSV(B)87.75º35.56%88.24%-
XYZ52.7866.5936.86-
YUV204.8294.24116-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=33.69%
G=40.32%
B=25.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251450.1600.360.1287.7557.1472.55
HexBCE19110024C583949
Octal274341221200441413071111
Binary101111001110000110010001100000100100110010110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE191; }

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

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

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

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

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

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

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

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