#BFDFC8

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

Shades of Granny Apple #BFDFC8

Tints of Granny Apple #BFDFC8

Color information

#BFDFC8 (or 0xBFDFC8) is unknown color: approx Granny Apple. HEX triplet: BF, DF and C8. RGB value is (191,223,200). Sum of RGB (Red+Green+Blue) = 191+223+200=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC8 is #402037. Grayscale: #D2D2D2. Windows color (decimal): -4202552 or 13164479. OLE color: 13164479.

HSL color Cylindrical-coordinate representation of color #BFDFC8: hue angle of 136.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB191223200-
CMYK0.1400.100.13
HSL136.88º33.33%81.18%-
HSV(B)136.88º14.35%87.45%-
XYZ58.368.0264.7-
YUV210.81121.9113.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=31.11%
G=36.32%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232000.1400.100.13136.8833.3381.18
HexBFDFC8E0AD892151
Octal277337310160121521141121
Binary1011111111011111110010001110010101101100010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFC8; }

 p { color: rgb(191,223,200); }

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

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

 a { background-color: rgb(191,223,200); }

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

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

 span { border-color: rgb(191,223,200); }

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