#BEE3E0

Color #BEE3E0 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BEE3E0

Tints of Jagged Ice #BEE3E0

Color information

#BEE3E0 (or 0xBEE3E0) is unknown color: approx Jagged Ice. HEX triplet: BE, E3 and E0. RGB value is (190,227,224). Sum of RGB (Red+Green+Blue) = 190+227+224=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3E0 is #411C1F. Grayscale: #D7D7D7. Windows color (decimal): -4267040 or 14738366. OLE color: 14738366.

HSL color Cylindrical-coordinate representation of color #BEE3E0: hue angle of 175.14º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3E0 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB190227224-
CMYK0.1600.010.11
HSL175.14º39.78%81.76%-
HSV(B)175.14º16.3%89.02%-
XYZ62.1671.2781-
YUV215.6132.74109.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=29.64%
G=35.41%
B=34.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902272240.1600.010.11175.1439.7881.76
HexBEE3E01001Baf2852
Octal27634334020011325750122
Binary10111110111000111110000010000011011101011111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3E0; }

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

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

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

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

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

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

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

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