#BFFFD0

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

Shades of Granny Apple #BFFFD0

Tints of Granny Apple #BFFFD0

Color information

#BFFFD0 (or 0xBFFFD0) is unknown color: approx Granny Apple. HEX triplet: BF, FF and D0. RGB value is (191,255,208). Sum of RGB (Red+Green+Blue) = 191+255+208=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD0 is #40002F. Grayscale: #E6E6E6. Windows color (decimal): -4194352 or 13696959. OLE color: 13696959.

HSL color Cylindrical-coordinate representation of color #BFFFD0: hue angle of 135.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFD0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB191255208-
CMYK0.2500.180
HSL135.94º100%87.45%-
HSV(B)135.94º25.1%100%-
XYZ68.6387.1572.88-
YUV230.51115.399.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=29.20%
G=38.99%
B=31.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552080.2500.180135.9410087.45
HexBFFFD0190120886457
Octal277377320310220210144127
Binary1011111111111111110100001100101001001000100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFD0; }

 p { color: rgb(191,255,208); }

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

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

 a { background-color: rgb(191,255,208); }

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

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

 span { border-color: rgb(191,255,208); }

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