#BFFDCA

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

Shades of Granny Apple #BFFDCA

Tints of Granny Apple #BFFDCA

Color information

#BFFDCA (or 0xBFFDCA) is unknown color: approx Granny Apple. HEX triplet: BF, FD and CA. RGB value is (191,253,202). Sum of RGB (Red+Green+Blue) = 191+253+202=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCA is #400235. Grayscale: #E4E4E4. Windows color (decimal): -4194870 or 13303231. OLE color: 13303231.

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

Color convert

RGB191253202-
CMYK0.2500.200.01
HSL130.65º93.94%87.06%-
HSV(B)130.65º24.51%99.22%-
XYZ67.2785.5968.85-
YUV228.65112.96101.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=29.57%
G=39.16%
B=31.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532020.2500.200.01130.6593.9487.06
HexBFFDCA190141835e57
Octal277375312310241203136127
Binary1011111111111101110010101100101010011000001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDCA; }

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

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

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

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

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

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

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

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