Html Css Color HEX #BAEBD4 Aero Blue

📋 copy color: '#BAEBD4'

red 186 ◦ green 235 ◦ blue 212

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

Shades of Aero Blue #BAEBD4

Tints of Aero Blue #BAEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.12%

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 29.38%
G = 37.12%
B = 33.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BAEBD4 (or 0xBAEBD4) is known color: Aero Blue. HEX triplet: BA, EB and D4. RGB value is (186,235,212). Sum of RGB (Red+Green+Blue) = 186+235+212=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBD4 is #45142B. Grayscale: #D9D9D9. Windows color (decimal): -4527148 or 13953978. OLE color: 13953978.

HSL color Cylindrical-coordinate representation of color #BAEBD4: hue angle of 151.84º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBD4 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 212 -
CMYK 0.21 0 0.10 0.08
HSL 151.84º 0.55% 0.83% -
HSV(B) 151.84º 0.21% 0.92% -
XYZ 61.84 74.61 73.43 -
YUV 217.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 186 235 212 0.21 0 0.10 0.08 151.84 0.55 0.83
Hex BA EB D4 15 0 A 8 98 37 53
Octal 272 353 324 25 0 12 10 230 67 123
Binary 10111010 11101011 11010100 10101 0 1010 1000 10011000 110111 1010011

Color Harmonies of #BAEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBD4

Black with #BAEBD4

Text Example


Text Example

White with #BAEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBD4; }

 p { color: rgb(186,235,212); }

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

background-color css

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

 a { background-color: rgb(186,235,212); }

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

border-color css

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

 span { border-color: rgb(186,235,212); }

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