#BEEAE5

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

Shades of Jagged Ice #BEEAE5

Tints of Jagged Ice #BEEAE5

Color information

#BEEAE5 (or 0xBEEAE5) is unknown color: approx Jagged Ice. HEX triplet: BE, EA and E5. RGB value is (190,234,229). Sum of RGB (Red+Green+Blue) = 190+234+229=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAE5 is #41151A. Grayscale: #DCDCDC. Windows color (decimal): -4265243 or 15067838. OLE color: 15067838.

HSL color Cylindrical-coordinate representation of color #BEEAE5: hue angle of 173.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAE5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB190234229-
CMYK0.1900.020.08
HSL173.18º51.16%83.14%-
HSV(B)173.18º18.8%91.76%-
XYZ64.875.4585.28-
YUV220.27132.92106.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=29.10%
G=35.83%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342290.1900.020.08173.1851.1683.14
HexBEEAE513028ad3353
Octal27635234523021025563123
Binary101111101110101011100101100110101000101011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAE5; }

 p { color: rgb(190,234,229); }

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

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

 a { background-color: rgb(190,234,229); }

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

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

 span { border-color: rgb(190,234,229); }

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