#BFFFD4

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

Shades of Granny Apple #BFFFD4

Tints of Granny Apple #BFFFD4

Color information

#BFFFD4 (or 0xBFFFD4) is unknown color: approx Granny Apple. HEX triplet: BF, FF and D4. RGB value is (191,255,212). Sum of RGB (Red+Green+Blue) = 191+255+212=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD4 is #40002B. Grayscale: #E7E7E7. Windows color (decimal): -4194348 or 13959103. OLE color: 13959103.

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

Color convert

RGB191255212-
CMYK0.2500.170
HSL139.69º100%87.45%-
HSV(B)139.69º25.1%100%-
XYZ69.1387.3575.5-
YUV230.96117.399.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=29.03%
G=38.75%
B=32.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552120.2500.170139.6910087.45
HexBFFFD41901108c6457
Octal277377324310210214144127
Binary1011111111111111110101001100101000101000110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFD4; }

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

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

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

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

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

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

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

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