#BCF0C3

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

Shades of Granny Apple #BCF0C3

Tints of Granny Apple #BCF0C3

Color information

#BCF0C3 (or 0xBCF0C3) is unknown color: approx Granny Apple. HEX triplet: BC, F0 and C3. RGB value is (188,240,195). Sum of RGB (Red+Green+Blue) = 188+240+195=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0C3 is #430F3C. Grayscale: #DBDBDB. Windows color (decimal): -4394813 or 12841148. OLE color: 12841148.

HSL color Cylindrical-coordinate representation of color #BCF0C3: hue angle of 128.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0C3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB188240195-
CMYK0.2200.190.06
HSL128.08º63.41%83.92%-
HSV(B)128.08º21.67%94.12%-
XYZ61.7576.9563.23-
YUV219.32114.27105.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=30.18%
G=38.52%
B=31.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401950.2200.190.06128.0863.4183.92
HexBCF0C3160136803f54
Octal27436030326023620077124
Binary10111100111100001100001110110010011110100000001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0C3; }

 p { color: rgb(188,240,195); }

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

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

 a { background-color: rgb(188,240,195); }

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

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

 span { border-color: rgb(188,240,195); }

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