#BEFACC

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

Shades of Granny Apple #BEFACC

Tints of Granny Apple #BEFACC

Color information

#BEFACC (or 0xBEFACC) is unknown color: approx Granny Apple. HEX triplet: BE, FA and CC. RGB value is (190,250,204). Sum of RGB (Red+Green+Blue) = 190+250+204=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFACC is #410533. Grayscale: #E2E2E2. Windows color (decimal): -4261172 or 13433534. OLE color: 13433534.

HSL color Cylindrical-coordinate representation of color #BEFACC: hue angle of 134º 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 #BEFACC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190250204-
CMYK0.2400.180.02
HSL134º85.71%86.27%-
HSV(B)134º24%98.04%-
XYZ66.3283.6869.78-
YUV226.82115.12101.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=29.50%
G=38.82%
B=31.68%

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
Decimal1902502040.2400.180.0213485.7186.27
HexBEFACC180122865656
Octal276372314300222206126126
Binary10111110111110101100110011000010010101000011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFACC; }

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

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

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

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

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

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

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

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