Html Css Color HEX #BAFDD5 Aero Blue

📋 copy color: '#BAFDD5'

red 186 ◦ green 253 ◦ blue 213

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

Shades of Aero Blue #BAFDD5

Tints of Aero Blue #BAFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.67%

R = 28.53%
G = 38.8%
B = 32.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BAFDD5 (or 0xBAFDD5) is known color: Aero Blue. HEX triplet: BA, FD and D5. RGB value is (186,253,213). Sum of RGB (Red+Green+Blue) = 186+253+213=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD5 is #45022A. Grayscale: #E4E4E4. Windows color (decimal): -4522539 or 14024122. OLE color: 14024122.

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

Color convert

RGB 186 253 213 -
CMYK 0.26 0 0.16 0.01
HSL 144.18º 0.94% 0.86% -
HSV(B) 144.18º 0.26% 0.99% -
XYZ 67.39 85.49 75.9 -
YUV 228.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 186 253 213 0.26 0 0.16 0.01 144.18 0.94 0.86
Hex BA FD D5 1A 0 10 1 90 5E 56
Octal 272 375 325 32 0 20 1 220 136 126
Binary 10111010 11111101 11010101 11010 0 10000 1 10010000 1011110 1010110

Color Harmonies of #BAFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDD5

Black with #BAFDD5

Text Example


Text Example

White with #BAFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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