Html Css Color HEX #BAEFD2 Aero Blue

📋 copy color: '#BAEFD2'

red 186 ◦ green 239 ◦ blue 210

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

Shades of Aero Blue #BAEFD2

Tints of Aero Blue #BAEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 29.29%
G = 37.64%
B = 33.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BAEFD2 (or 0xBAEFD2) is known color: Aero Blue. HEX triplet: BA, EF and D2. RGB value is (186,239,210). Sum of RGB (Red+Green+Blue) = 186+239+210=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD2 is #45102D. Grayscale: #DBDBDB. Windows color (decimal): -4526126 or 13823930. OLE color: 13823930.

HSL color Cylindrical-coordinate representation of color #BAEFD2: hue angle of 147.17º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 210 -
CMYK 0.22 0 0.12 0.06
HSL 147.17º 0.62% 0.83% -
HSV(B) 147.17º 0.22% 0.94% -
XYZ 62.75 76.83 72.49 -
YUV 219.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 186 239 210 0.22 0 0.12 0.06 147.17 0.62 0.83
Hex BA EF D2 16 0 C 6 93 3E 53
Octal 272 357 322 26 0 14 6 223 76 123
Binary 10111010 11101111 11010010 10110 0 1100 110 10010011 111110 1010011

Color Harmonies of #BAEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFD2

Black with #BAEFD2

Text Example


Text Example

White with #BAEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFD2; }

 p { color: rgb(186,239,210); }

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

background-color css

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

 a { background-color: rgb(186,239,210); }

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

border-color css

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

 span { border-color: rgb(186,239,210); }

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