#BFE5CD

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

Shades of Granny Apple #BFE5CD

Tints of Granny Apple #BFE5CD

Color information

#BFE5CD (or 0xBFE5CD) is unknown color: approx Granny Apple. HEX triplet: BF, E5 and CD. RGB value is (191,229,205). Sum of RGB (Red+Green+Blue) = 191+229+205=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5CD is #401A32. Grayscale: #D6D6D6. Windows color (decimal): -4201011 or 13493695. OLE color: 13493695.

HSL color Cylindrical-coordinate representation of color #BFE5CD: hue angle of 142.11º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5CD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB191229205-
CMYK0.1700.100.10
HSL142.11º42.22%82.35%-
HSV(B)142.11º16.59%89.8%-
XYZ60.5271.5268.37-
YUV214.9122.41110.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=30.56%
G=36.64%
B=32.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912292050.1700.100.10142.1142.2282.35
HexBFE5CD110AA8e2a52
Octal277345315210121221652122
Binary10111111111001011100110110001010101010100011101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5CD; }

 p { color: rgb(191,229,205); }

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

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

 a { background-color: rgb(191,229,205); }

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

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

 span { border-color: rgb(191,229,205); }

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