#BCE5CB

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

Shades of Granny Apple #BCE5CB

Tints of Granny Apple #BCE5CB

Color information

#BCE5CB (or 0xBCE5CB) is unknown color: approx Granny Apple. HEX triplet: BC, E5 and CB. RGB value is (188,229,203). Sum of RGB (Red+Green+Blue) = 188+229+203=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5CB is #431A34. Grayscale: #D5D5D5. Windows color (decimal): -4397621 or 13362620. OLE color: 13362620.

HSL color Cylindrical-coordinate representation of color #BCE5CB: hue angle of 141.95º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB188229203-
CMYK0.1800.110.10
HSL141.95º44.09%81.76%-
HSV(B)141.95º17.9%89.8%-
XYZ59.5471.0467.07-
YUV213.78121.92109.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=30.32%
G=36.94%
B=32.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882292030.1800.110.10141.9544.0981.76
HexBCE5CB120BA8e2c52
Octal274345313220131221654122
Binary10111100111001011100101110010010111010100011101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5CB; }

 p { color: rgb(188,229,203); }

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

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

 a { background-color: rgb(188,229,203); }

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

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

 span { border-color: rgb(188,229,203); }

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