#BFFDC6

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

Shades of Granny Apple #BFFDC6

Tints of Granny Apple #BFFDC6

Color information

#BFFDC6 (or 0xBFFDC6) is unknown color: approx Granny Apple. HEX triplet: BF, FD and C6. RGB value is (191,253,198). Sum of RGB (Red+Green+Blue) = 191+253+198=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDC6 is #400239. Grayscale: #E4E4E4. Windows color (decimal): -4194874 or 13041087. OLE color: 13041087.

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

Color convert

RGB191253198-
CMYK0.2500.220.01
HSL126.77º93.94%87.06%-
HSV(B)126.77º24.51%99.22%-
XYZ66.885.466.39-
YUV228.19110.96101.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 198 (77.73% from 255) = 30.84%
R=29.75%
G=39.41%
B=30.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531980.2500.220.01126.7793.9487.06
HexBFFDC61901617f5e57
Octal277375306310261177136127
Binary101111111111110111000110110010101101111111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDC6; }

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

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

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

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

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

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

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

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