#BAE2DF

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

Shades of Jagged Ice #BAE2DF

Tints of Jagged Ice #BAE2DF

Color information

#BAE2DF (or 0xBAE2DF) is unknown color: approx Jagged Ice. HEX triplet: BA, E2 and DF. RGB value is (186,226,223). Sum of RGB (Red+Green+Blue) = 186+226+223=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DF is #451D20. Grayscale: #D5D5D5. Windows color (decimal): -4529441 or 14672570. OLE color: 14672570.

HSL color Cylindrical-coordinate representation of color #BAE2DF: hue angle of 175.5º degrees, saturation: 0.41, 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 #BAE2DF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB186226223-
CMYK0.1800.010.11
HSL175.5º40.82%80.78%-
HSV(B)175.5º17.7%88.63%-
XYZ60.7770.1680.15-
YUV213.7133.25108.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=29.29%
G=35.59%
B=35.12%

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
Decimal1862262230.1800.010.11175.540.8280.78
HexBAE2DF1201Bb02951
Octal27234233722011326051121
Binary10111010111000101101111110010011011101100001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2DF; }

 p { color: rgb(186,226,223); }

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

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

 a { background-color: rgb(186,226,223); }

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

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

 span { border-color: rgb(186,226,223); }

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