#BFF9C6

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

Shades of Granny Apple #BFF9C6

Tints of Granny Apple #BFF9C6

Color information

#BFF9C6 (or 0xBFF9C6) is unknown color: approx Granny Apple. HEX triplet: BF, F9 and C6. RGB value is (191,249,198). Sum of RGB (Red+Green+Blue) = 191+249+198=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9C6 is #400639. Grayscale: #E1E1E1. Windows color (decimal): -4195898 or 13040063. OLE color: 13040063.

HSL color Cylindrical-coordinate representation of color #BFF9C6: hue angle of 127.24º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9C6 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB191249198-
CMYK0.2300.200.02
HSL127.24º82.86%86.27%-
HSV(B)127.24º23.29%97.65%-
XYZ65.5582.965.97-
YUV225.84112.28103.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=29.94%
G=39.03%
B=31.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491980.2300.200.02127.2482.8686.27
HexBFF9C61701427f5356
Octal277371306270242177123126
Binary1011111111111001110001101011101010010111111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9C6; }

 p { color: rgb(191,249,198); }

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

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

 a { background-color: rgb(191,249,198); }

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

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

 span { border-color: rgb(191,249,198); }

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