#BFEDCA

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

Shades of Granny Apple #BFEDCA

Tints of Granny Apple #BFEDCA

Color information

#BFEDCA (or 0xBFEDCA) is unknown color: approx Granny Apple. HEX triplet: BF, ED and CA. RGB value is (191,237,202). Sum of RGB (Red+Green+Blue) = 191+237+202=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCA is #401235. Grayscale: #DBDBDB. Windows color (decimal): -4198966 or 13299135. OLE color: 13299135.

HSL color Cylindrical-coordinate representation of color #BFEDCA: hue angle of 134.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDCA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB191237202-
CMYK0.1900.150.07
HSL134.35º56.1%83.92%-
HSV(B)134.35º19.41%92.94%-
XYZ62.4375.9167.24-
YUV219.26118.26107.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=30.32%
G=37.62%
B=32.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372020.1900.150.07134.3556.183.92
HexBFEDCA130F7863854
Octal27735531223017720670124
Binary1011111111101101110010101001101111111100001101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDCA; }

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

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

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

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

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

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

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

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