#BEE8C6

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

Shades of Granny Apple #BEE8C6

Tints of Granny Apple #BEE8C6

Color information

#BEE8C6 (or 0xBEE8C6) is unknown color: approx Granny Apple. HEX triplet: BE, E8 and C6. RGB value is (190,232,198). Sum of RGB (Red+Green+Blue) = 190+232+198=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C6 is #411739. Grayscale: #D7D7D7. Windows color (decimal): -4265786 or 13035710. OLE color: 13035710.

HSL color Cylindrical-coordinate representation of color #BEE8C6: hue angle of 131.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C6 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB190232198-
CMYK0.1800.150.09
HSL131.43º47.73%82.75%-
HSV(B)131.43º18.1%90.98%-
XYZ60.2872.7464.29-
YUV215.57118.09109.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=30.65%
G=37.42%
B=31.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902321980.1800.150.09131.4347.7382.75
HexBEE8C6120F9833053
Octal276350306220171120360123
Binary10111110111010001100011010010011111001100000111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8C6; }

 p { color: rgb(190,232,198); }

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

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

 a { background-color: rgb(190,232,198); }

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

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

 span { border-color: rgb(190,232,198); }

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