Html Css Color HEX #BAE3E0 Jagged Ice

📋 copy color: '#BAE3E0'

red 186 ◦ green 227 ◦ blue 224

#BAE3E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #BAE3E0

Tints of Jagged Ice #BAE3E0

RGB

 RED value IS 186 (73.05% from 255) = 29.2%

 GREEN value IS 227 (89.06% from 255) = 35.64%

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 29.2%
G = 35.64%
B = 35.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BAE3E0 (or 0xBAE3E0) is known color: 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

RGB 186 227 224 -
CMYK 0.18 0 0.01 0.11
HSL 175.61º 0.42% 0.81% -
HSV(B) 175.61º 0.18% 0.89% -
XYZ 61.17 70.76 80.95 -
YUV 214.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 186 227 224 0.18 0 0.01 0.11 175.61 0.42 0.81
Hex BA E3 E0 12 0 1 B B0 2A 51
Octal 272 343 340 22 0 1 13 260 52 121
Binary 10111010 11100011 11100000 10010 0 1 1011 10110000 101010 1010001

Color Harmonies of #BAE3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3E0

Black with #BAE3E0

Text Example


Text Example

White with #BAE3E0

Text Example


Text Example

HTML Codes & Css Web 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>