#BAE3E0

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

Shades of Jagged Ice #BAE3E0

Tints of Jagged Ice #BAE3E0

Color information

#BAE3E0 (or 0xBAE3E0) is unknown color: approx Jagged Ice. HEX triplet: BA, E3 and E0. RGB value is (186,227,224). Sum of RGB (Red+Green+Blue) = 186+227+224=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3E0 is #451C1F. Grayscale: #D6D6D6. Windows color (decimal): -4529184 or 14738362. OLE color: 14738362.

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

Color convert

RGB186227224-
CMYK0.1800.010.11
HSL175.61º42.27%80.98%-
HSV(B)175.61º18.06%89.02%-
XYZ61.1770.7680.95-
YUV214.4133.42107.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=29.20%
G=35.64%
B=35.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862272240.1800.010.11175.6142.2780.98
HexBAE3E01201Bb02a51
Octal27234334022011326052121
Binary10111010111000111110000010010011011101100001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3E0; }

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

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

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

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

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

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

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

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