#BEE7E0

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

Shades of Jagged Ice #BEE7E0

Tints of Jagged Ice #BEE7E0

Color information

#BEE7E0 (or 0xBEE7E0) is unknown color: approx Jagged Ice. HEX triplet: BE, E7 and E0. RGB value is (190,231,224). Sum of RGB (Red+Green+Blue) = 190+231+224=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7E0 is #41181F. Grayscale: #D9D9D9. Windows color (decimal): -4266016 or 14739390. OLE color: 14739390.

HSL color Cylindrical-coordinate representation of color #BEE7E0: hue angle of 169.76º degrees, saturation: 0.46, 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 #BEE7E0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB190231224-
CMYK0.1800.030.09
HSL169.76º46.07%82.55%-
HSV(B)169.76º17.75%90.59%-
XYZ63.2773.4881.37-
YUV217.94131.42108.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=29.46%
G=35.81%
B=34.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902312240.1800.030.09169.7646.0782.55
HexBEE7E012039aa2e53
Octal27634734022031125256123
Binary101111101110011111100000100100111001101010101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7E0; }

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

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

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

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

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

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

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

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