#BCF7CA

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

Shades of Granny Apple #BCF7CA

Tints of Granny Apple #BCF7CA

Color information

#BCF7CA (or 0xBCF7CA) is unknown color: approx Granny Apple. HEX triplet: BC, F7 and CA. RGB value is (188,247,202). Sum of RGB (Red+Green+Blue) = 188+247+202=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7CA is #430835. Grayscale: #E0E0E0. Windows color (decimal): -4393014 or 13301692. OLE color: 13301692.

HSL color Cylindrical-coordinate representation of color #BCF7CA: hue angle of 134.24º 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 #BCF7CA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB188247202-
CMYK0.2400.180.03
HSL134.24º78.67%85.29%-
HSV(B)134.24º23.89%96.86%-
XYZ64.6681.4868.2-
YUV224.23115.45102.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 247 (96.88% from 255) = 38.78%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=29.51%
G=38.78%
B=31.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882472020.2400.180.03134.2478.6785.29
HexBCF7CA180123864f55
Octal274367312300223206117125
Binary10111100111101111100101011000010010111000011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7CA; }

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

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

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

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

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

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

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

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