Html Css Color HEX #BAFDD9 Aero Blue

📋 copy color: '#BAFDD9'

red 186 ◦ green 253 ◦ blue 217

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

Shades of Aero Blue #BAFDD9

Tints of Aero Blue #BAFDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.57%

 BLUE value IS 217 (85.16% from 255) = 33.08%

R = 28.35%
G = 38.57%
B = 33.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#BAFDD9 (or 0xBAFDD9) is known color: Aero Blue. HEX triplet: BA, FD and D9. RGB value is (186,253,217). Sum of RGB (Red+Green+Blue) = 186+253+217=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD9 is #450226. Grayscale: #E4E4E4. Windows color (decimal): -4522535 or 14286266. OLE color: 14286266.

HSL color Cylindrical-coordinate representation of color #BAFDD9: hue angle of 147.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDD9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 217 -
CMYK 0.26 0 0.14 0.01
HSL 147.76º 0.94% 0.86% -
HSV(B) 147.76º 0.26% 0.99% -
XYZ 67.9 85.7 78.61 -
YUV 228.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 186 253 217 0.26 0 0.14 0.01 147.76 0.94 0.86
Hex BA FD D9 1A 0 E 1 94 5E 56
Octal 272 375 331 32 0 16 1 224 136 126
Binary 10111010 11111101 11011001 11010 0 1110 1 10010100 1011110 1010110

Color Harmonies of #BAFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDD9

Black with #BAFDD9

Text Example


Text Example

White with #BAFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDD9; }

 p { color: rgb(186,253,217); }

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

background-color css

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

 a { background-color: rgb(186,253,217); }

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

border-color css

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

 span { border-color: rgb(186,253,217); }

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