#BEFACD

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

Shades of Granny Apple #BEFACD

Tints of Granny Apple #BEFACD

Color information

#BEFACD (or 0xBEFACD) is unknown color: approx Granny Apple. HEX triplet: BE, FA and CD. RGB value is (190,250,205). Sum of RGB (Red+Green+Blue) = 190+250+205=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFACD is #410532. Grayscale: #E3E3E3. Windows color (decimal): -4261171 or 13499070. OLE color: 13499070.

HSL color Cylindrical-coordinate representation of color #BEFACD: hue angle of 135º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFACD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190250205-
CMYK0.2400.180.02
HSL135º85.71%86.27%-
HSV(B)135º24%98.04%-
XYZ66.4483.7370.42-
YUV226.93115.62101.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=29.46%
G=38.76%
B=31.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502050.2400.180.0213585.7186.27
HexBEFACD180122875656
Octal276372315300222207126126
Binary10111110111110101100110111000010010101000011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFACD; }

 p { color: rgb(190,250,205); }

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

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

 a { background-color: rgb(190,250,205); }

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

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

 span { border-color: rgb(190,250,205); }

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