Html Css Color HEX #BAE1CF Aero Blue

📋 copy color: '#BAE1CF'

red 186 ◦ green 225 ◦ blue 207

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

Shades of Aero Blue #BAE1CF

Tints of Aero Blue #BAE1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 30.1%
G = 36.41%
B = 33.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BAE1CF (or 0xBAE1CF) is known color: Aero Blue. HEX triplet: BA, E1 and CF. RGB value is (186,225,207). Sum of RGB (Red+Green+Blue) = 186+225+207=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1CF is #451E30. Grayscale: #D3D3D3. Windows color (decimal): -4529713 or 13623738. OLE color: 13623738.

HSL color Cylindrical-coordinate representation of color #BAE1CF: hue angle of 152.31º 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 #BAE1CF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 207 -
CMYK 0.17 0 0.08 0.12
HSL 152.31º 0.39% 0.81% -
HSV(B) 152.31º 0.17% 0.88% -
XYZ 58.44 68.79 69.23 -
YUV 211.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 186 225 207 0.17 0 0.08 0.12 152.31 0.39 0.81
Hex BA E1 CF 11 0 8 C 98 27 51
Octal 272 341 317 21 0 10 14 230 47 121
Binary 10111010 11100001 11001111 10001 0 1000 1100 10011000 100111 1010001

Color Harmonies of #BAE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1CF

Black with #BAE1CF

Text Example


Text Example

White with #BAE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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