Html Css Color HEX #BAFDD7 Aero Blue

📋 copy color: '#BAFDD7'

red 186 ◦ green 253 ◦ blue 215

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

Shades of Aero Blue #BAFDD7

Tints of Aero Blue #BAFDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.87%

R = 28.44%
G = 38.69%
B = 32.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BAFDD7 (or 0xBAFDD7) is known color: Aero Blue. HEX triplet: BA, FD and D7. RGB value is (186,253,215). Sum of RGB (Red+Green+Blue) = 186+253+215=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD7 is #450228. Grayscale: #E4E4E4. Windows color (decimal): -4522537 or 14155194. OLE color: 14155194.

HSL color Cylindrical-coordinate representation of color #BAFDD7: hue angle of 145.97º 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 #BAFDD7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 215 -
CMYK 0.26 0 0.15 0.01
HSL 145.97º 0.94% 0.86% -
HSV(B) 145.97º 0.26% 0.99% -
XYZ 67.64 85.6 77.25 -
YUV 228.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 186 253 215 0.26 0 0.15 0.01 145.97 0.94 0.86
Hex BA FD D7 1A 0 F 1 92 5E 56
Octal 272 375 327 32 0 17 1 222 136 126
Binary 10111010 11111101 11010111 11010 0 1111 1 10010010 1011110 1010110

Color Harmonies of #BAFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDD7

Black with #BAFDD7

Text Example


Text Example

White with #BAFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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