Html Css Color HEX #BAE9D0 Aero Blue

📋 copy color: '#BAE9D0'

red 186 ◦ green 233 ◦ blue 208

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

Shades of Aero Blue #BAE9D0

Tints of Aero Blue #BAE9D0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.16%

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 29.67%
G = 37.16%
B = 33.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#BAE9D0 (or 0xBAE9D0) is known color: Aero Blue. HEX triplet: BA, E9 and D0. RGB value is (186,233,208). Sum of RGB (Red+Green+Blue) = 186+233+208=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9D0 is #45162F. Grayscale: #D8D8D8. Windows color (decimal): -4527664 or 13691322. OLE color: 13691322.

HSL color Cylindrical-coordinate representation of color #BAE9D0: hue angle of 148.09º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9D0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 208 -
CMYK 0.20 0 0.11 0.09
HSL 148.09º 0.52% 0.82% -
HSV(B) 148.09º 0.2% 0.91% -
XYZ 60.77 73.27 70.61 -
YUV 216.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 186 233 208 0.20 0 0.11 0.09 148.09 0.52 0.82
Hex BA E9 D0 14 0 B 9 94 34 52
Octal 272 351 320 24 0 13 11 224 64 122
Binary 10111010 11101001 11010000 10100 0 1011 1001 10010100 110100 1010010

Color Harmonies of #BAE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9D0

Black with #BAE9D0

Text Example


Text Example

White with #BAE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9D0; }

 p { color: rgb(186,233,208); }

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

background-color css

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

 a { background-color: rgb(186,233,208); }

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

border-color css

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

 span { border-color: rgb(186,233,208); }

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