Html Css Color HEX #BAE3CF Aero Blue

📋 copy color: '#BAE3CF'

red 186 ◦ green 227 ◦ blue 207

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

Shades of Aero Blue #BAE3CF

Tints of Aero Blue #BAE3CF

RGB

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

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

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

R = 30%
G = 36.61%
B = 33.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#BAE3CF (or 0xBAE3CF) is known color: Aero Blue. HEX triplet: BA, E3 and CF. RGB value is (186,227,207). Sum of RGB (Red+Green+Blue) = 186+227+207=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3CF is #451C30. Grayscale: #D4D4D4. Windows color (decimal): -4529201 or 13624250. OLE color: 13624250.

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

Color convert

RGB 186 227 207 -
CMYK 0.18 0 0.09 0.11
HSL 150.73º 0.42% 0.81% -
HSV(B) 150.73º 0.18% 0.89% -
XYZ 58.98 69.88 69.41 -
YUV 212.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 186 227 207 0.18 0 0.09 0.11 150.73 0.42 0.81
Hex BA E3 CF 12 0 9 B 97 2A 51
Octal 272 343 317 22 0 11 13 227 52 121
Binary 10111010 11100011 11001111 10010 0 1001 1011 10010111 101010 1010001

Color Harmonies of #BAE3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3CF

Black with #BAE3CF

Text Example


Text Example

White with #BAE3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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