Html Css Color HEX #BAE4E1 Jagged Ice

📋 copy color: '#BAE4E1'

red 186 ◦ green 228 ◦ blue 225

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

Shades of Jagged Ice #BAE4E1

Tints of Jagged Ice #BAE4E1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.68%

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 29.11%
G = 35.68%
B = 35.21%

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

#BAE4E1 (or 0xBAE4E1) is known color: Jagged Ice. HEX triplet: BA, E4 and E1. RGB value is (186,228,225). Sum of RGB (Red+Green+Blue) = 186+228+225=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4E1 is #451B1E. Grayscale: #D7D7D7. Windows color (decimal): -4528927 or 14804154. OLE color: 14804154.

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

Color convert

RGB 186 228 225 -
CMYK 0.18 0 0.01 0.11
HSL 175.71º 0.44% 0.81% -
HSV(B) 175.71º 0.18% 0.89% -
XYZ 61.58 71.36 81.76 -
YUV 215.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 186 228 225 0.18 0 0.01 0.11 175.71 0.44 0.81
Hex BA E4 E1 12 0 1 B B0 2C 51
Octal 272 344 341 22 0 1 13 260 54 121
Binary 10111010 11100100 11100001 10010 0 1 1011 10110000 101100 1010001

Color Harmonies of #BAE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4E1

Black with #BAE4E1

Text Example


Text Example

White with #BAE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4E1; }

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

 H1.HeaderClassName
 {
   color: #BAE4E1;
 }
 .AnyTagClassName
 {
   color: #BAE4E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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