#BEE1CB

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

Shades of Granny Apple #BEE1CB

Tints of Granny Apple #BEE1CB

Color information

#BEE1CB (or 0xBEE1CB) is unknown color: approx Granny Apple. HEX triplet: BE, E1 and CB. RGB value is (190,225,203). Sum of RGB (Red+Green+Blue) = 190+225+203=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CB is #411E34. Grayscale: #D4D4D4. Windows color (decimal): -4267573 or 13361598. OLE color: 13361598.

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

Color convert

RGB190225203-
CMYK0.1600.100.12
HSL142.29º36.84%81.37%-
HSV(B)142.29º15.56%88.24%-
XYZ58.9469.1166.73-
YUV212.03122.9112.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=30.74%
G=36.41%
B=32.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252030.1600.100.12142.2936.8481.37
HexBEE1CB100AC8e2551
Octal276341313200121421645121
Binary10111110111000011100101110000010101100100011101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1CB; }

 p { color: rgb(190,225,203); }

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

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

 a { background-color: rgb(190,225,203); }

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

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

 span { border-color: rgb(190,225,203); }

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