Html Css Color HEX #BAFFD4 Aero Blue

📋 copy color: '#BAFFD4'

red 186 ◦ green 255 ◦ blue 212

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

Shades of Aero Blue #BAFFD4

Tints of Aero Blue #BAFFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 39.05%

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

R = 28.48%
G = 39.05%
B = 32.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#BAFFD4 (or 0xBAFFD4) is known color: Aero Blue. HEX triplet: BA, FF and D4. RGB value is (186,255,212). Sum of RGB (Red+Green+Blue) = 186+255+212=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD4 is #45002B. Grayscale: #E5E5E5. Windows color (decimal): -4522028 or 13959098. OLE color: 13959098.

HSL color Cylindrical-coordinate representation of color #BAFFD4: hue angle of 142.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD4 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 212 -
CMYK 0.27 0 0.17 0
HSL 142.61º 1% 0.86% -
HSV(B) 142.61º 0.27% 1% -
XYZ 67.89 86.71 75.45 -
YUV 229.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 186 255 212 0.27 0 0.17 0 142.61 1 0.86
Hex BA FF D4 1B 0 11 0 8F 64 56
Octal 272 377 324 33 0 21 0 217 144 126
Binary 10111010 11111111 11010100 11011 0 10001 0 10001111 1100100 1010110

Color Harmonies of #BAFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFD4

Black with #BAFFD4

Text Example


Text Example

White with #BAFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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