#BEF2D0

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

Shades of Granny Apple #BEF2D0

Tints of Granny Apple #BEF2D0

Color information

#BEF2D0 (or 0xBEF2D0) is unknown color: approx Granny Apple. HEX triplet: BE, F2 and D0. RGB value is (190,242,208). Sum of RGB (Red+Green+Blue) = 190+242+208=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D0 is #410D2F. Grayscale: #DEDEDE. Windows color (decimal): -4263216 or 13693630. OLE color: 13693630.

HSL color Cylindrical-coordinate representation of color #BEF2D0: hue angle of 140.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2D0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB190242208-
CMYK0.2100.140.05
HSL140.77º66.67%84.71%-
HSV(B)140.77º21.49%94.9%-
XYZ64.3779.0171.53-
YUV222.58119.77104.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=29.69%
G=37.81%
B=32.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422080.2100.140.05140.7766.6784.71
HexBEF2D0150E58d4355
Octal276362320250165215103125
Binary10111110111100101101000010101011101011000110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2D0; }

 p { color: rgb(190,242,208); }

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

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

 a { background-color: rgb(190,242,208); }

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

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

 span { border-color: rgb(190,242,208); }

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