#BAE1DE

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

Shades of Jagged Ice #BAE1DE

Tints of Jagged Ice #BAE1DE

Color information

#BAE1DE (or 0xBAE1DE) is unknown color: approx Jagged Ice. HEX triplet: BA, E1 and DE. RGB value is (186,225,222). Sum of RGB (Red+Green+Blue) = 186+225+222=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1DE is #451E21. Grayscale: #D4D4D4. Windows color (decimal): -4529698 or 14606778. OLE color: 14606778.

HSL color Cylindrical-coordinate representation of color #BAE1DE: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1DE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB186225222-
CMYK0.1700.010.12
HSL175.38º39.39%80.59%-
HSV(B)175.38º17.33%88.24%-
XYZ60.3669.5679.35-
YUV213133.08108.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=29.38%
G=35.55%
B=35.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862252220.1700.010.12175.3839.3980.59
HexBAE1DE1101Caf2751
Octal27234133621011425747121
Binary10111010111000011101111010001011100101011111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1DE; }

 p { color: rgb(186,225,222); }

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

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

 a { background-color: rgb(186,225,222); }

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

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

 span { border-color: rgb(186,225,222); }

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