#BEEAE4

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

Shades of Jagged Ice #BEEAE4

Tints of Jagged Ice #BEEAE4

Color information

#BEEAE4 (or 0xBEEAE4) is unknown color: approx Jagged Ice. HEX triplet: BE, EA and E4. RGB value is (190,234,228). Sum of RGB (Red+Green+Blue) = 190+234+228=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAE4 is #41151B. Grayscale: #DCDCDC. Windows color (decimal): -4265244 or 15002302. OLE color: 15002302.

HSL color Cylindrical-coordinate representation of color #BEEAE4: hue angle of 171.82º 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 #BEEAE4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB190234228-
CMYK0.1900.030.08
HSL171.82º51.16%83.14%-
HSV(B)171.82º18.8%91.76%-
XYZ64.6675.3984.54-
YUV220.16132.42106.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=29.14%
G=35.89%
B=34.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342280.1900.030.08171.8251.1683.14
HexBEEAE413038ac3353
Octal27635234423031025463123
Binary101111101110101011100100100110111000101011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAE4; }

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

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

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

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

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

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

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

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