#BCF7CE

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

Shades of Granny Apple #BCF7CE

Tints of Granny Apple #BCF7CE

Color information

#BCF7CE (or 0xBCF7CE) is unknown color: approx Granny Apple. HEX triplet: BC, F7 and CE. RGB value is (188,247,206). Sum of RGB (Red+Green+Blue) = 188+247+206=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7CE is #430831. Grayscale: #E0E0E0. Windows color (decimal): -4393010 or 13563836. OLE color: 13563836.

HSL color Cylindrical-coordinate representation of color #BCF7CE: hue angle of 138.31º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7CE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB188247206-
CMYK0.2400.170.03
HSL138.31º78.67%85.29%-
HSV(B)138.31º23.89%96.86%-
XYZ65.1481.6770.72-
YUV224.68117.45101.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=29.33%
G=38.53%
B=32.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882472060.2400.170.03138.3178.6785.29
HexBCF7CE1801138a4f55
Octal274367316300213212117125
Binary10111100111101111100111011000010001111000101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7CE; }

 p { color: rgb(188,247,206); }

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

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

 a { background-color: rgb(188,247,206); }

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

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

 span { border-color: rgb(188,247,206); }

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