#BEE0C9

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

Shades of Granny Apple #BEE0C9

Tints of Granny Apple #BEE0C9

Color information

#BEE0C9 (or 0xBEE0C9) is unknown color: approx Granny Apple. HEX triplet: BE, E0 and C9. RGB value is (190,224,201). Sum of RGB (Red+Green+Blue) = 190+224+201=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C9 is #411F36. Grayscale: #D3D3D3. Windows color (decimal): -4267831 or 13230270. OLE color: 13230270.

HSL color Cylindrical-coordinate representation of color #BEE0C9: hue angle of 139.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0C9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB190224201-
CMYK0.1500.100.12
HSL139.41º35.42%81.18%-
HSV(B)139.41º15.18%87.84%-
XYZ58.4368.4865.4-
YUV211.21122.24112.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=30.89%
G=36.42%
B=32.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902242010.1500.100.12139.4135.4281.18
HexBEE0C9F0AC8b2351
Octal276340311170121421343121
Binary1011111011100000110010011111010101100100010111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0C9; }

 p { color: rgb(190,224,201); }

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

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

 a { background-color: rgb(190,224,201); }

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

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

 span { border-color: rgb(190,224,201); }

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