#bef3d1

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

Shades of Granny Apple #BEF3D1

Tints of Granny Apple #BEF3D1

Color information

#BEF3D1 (or 0xBEF3D1) is unknown color: approx Granny Apple. HEX triplet: BE, F3 and D1. RGB value is (190,243,209). Sum of RGB (Red+Green+Blue) = 190+243+209=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3D1 is #410C2E. Grayscale: #DFDFDF. Windows color (decimal): -4262959 or 13759422. OLE color: 13759422.

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

Color convert

RGB190243209-
CMYK0.2200.140.05
HSL141.51º68.83%84.9%-
HSV(B)141.51º21.81%95.29%-
XYZ64.7979.6572.28-
YUV223.28119.94104.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=29.60%
G=37.85%
B=32.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432090.2200.140.05141.5168.8384.9
HexBEF3D1160E58e4555
Octal276363321260165216105125
Binary10111110111100111101000110110011101011000111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef3d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef3d1; }

 p { color: rgb(190,243,209); }

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

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

 a { background-color: rgb(190,243,209); }

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

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

 span { border-color: rgb(190,243,209); }

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