#BCF6CF

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

Shades of Granny Apple #BCF6CF

Tints of Granny Apple #BCF6CF

Color information

#BCF6CF (or 0xBCF6CF) is unknown color: approx Granny Apple. HEX triplet: BC, F6 and CF. RGB value is (188,246,207). Sum of RGB (Red+Green+Blue) = 188+246+207=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6CF is #430930. Grayscale: #E0E0E0. Windows color (decimal): -4393265 or 13629116. OLE color: 13629116.

HSL color Cylindrical-coordinate representation of color #BCF6CF: hue angle of 139.66º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6CF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB188246207-
CMYK0.2400.160.04
HSL139.66º76.32%85.1%-
HSV(B)139.66º23.58%96.47%-
XYZ64.9681.1171.26-
YUV224.21118.28102.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=29.33%
G=38.38%
B=32.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462070.2400.160.04139.6676.3285.1
HexBCF6CF1801048c4c55
Octal274366317300204214114125
Binary101111001111011011001111110000100001001000110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6CF; }

 p { color: rgb(188,246,207); }

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

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

 a { background-color: rgb(188,246,207); }

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

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

 span { border-color: rgb(188,246,207); }

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