#BCE0C9

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

Shades of Granny Apple #BCE0C9

Tints of Granny Apple #BCE0C9

Color information

#BCE0C9 (or 0xBCE0C9) is unknown color: approx Granny Apple. HEX triplet: BC, E0 and C9. RGB value is (188,224,201). Sum of RGB (Red+Green+Blue) = 188+224+201=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C9 is #431F36. Grayscale: #D2D2D2. Windows color (decimal): -4398903 or 13230268. OLE color: 13230268.

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

Color convert

RGB188224201-
CMYK0.1600.100.12
HSL141.67º36.73%80.78%-
HSV(B)141.67º16.07%87.84%-
XYZ57.9468.2265.37-
YUV210.61122.57111.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=30.67%
G=36.54%
B=32.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242010.1600.100.12141.6736.7380.78
HexBCE0C9100AC8e2551
Octal274340311200121421645121
Binary10111100111000001100100110000010101100100011101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0C9; }

 p { color: rgb(188,224,201); }

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

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

 a { background-color: rgb(188,224,201); }

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

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

 span { border-color: rgb(188,224,201); }

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