#BFFFD2

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

Shades of Granny Apple #BFFFD2

Tints of Granny Apple #BFFFD2

Color information

#BFFFD2 (or 0xBFFFD2) is unknown color: approx Granny Apple. HEX triplet: BF, FF and D2. RGB value is (191,255,210). Sum of RGB (Red+Green+Blue) = 191+255+210=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD2 is #40002D. Grayscale: #E6E6E6. Windows color (decimal): -4194350 or 13828031. OLE color: 13828031.

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

Color convert

RGB191255210-
CMYK0.2500.180
HSL137.81º100%87.45%-
HSV(B)137.81º25.1%100%-
XYZ68.8887.2574.18-
YUV230.73116.399.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 210 (82.42% from 255) = 32.01%
R=29.12%
G=38.87%
B=32.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552100.2500.180137.8110087.45
HexBFFFD21901208a6457
Octal277377322310220212144127
Binary1011111111111111110100101100101001001000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFD2; }

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

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

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

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

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

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

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

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