Html Css Color HEX #BAFADB Aero Blue

📋 copy color: '#BAFADB'

red 186 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #BAFADB

Tints of Aero Blue #BAFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 28.4%
G = 38.17%
B = 33.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BAFADB (or 0xBAFADB) is known color: Aero Blue. HEX triplet: BA, FA and DB. RGB value is (186,250,219). Sum of RGB (Red+Green+Blue) = 186+250+219=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFADB is #450524. Grayscale: #E3E3E3. Windows color (decimal): -4523301 or 14416570. OLE color: 14416570.

HSL color Cylindrical-coordinate representation of color #BAFADB: hue angle of 150.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFADB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 219 -
CMYK 0.26 0 0.12 0.02
HSL 150.94º 0.86% 0.85% -
HSV(B) 150.94º 0.26% 0.98% -
XYZ 67.22 83.92 79.67 -
YUV 227.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 186 250 219 0.26 0 0.12 0.02 150.94 0.86 0.85
Hex BA FA DB 1A 0 C 2 97 56 55
Octal 272 372 333 32 0 14 2 227 126 125
Binary 10111010 11111010 11011011 11010 0 1100 10 10010111 1010110 1010101

Color Harmonies of #BAFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFADB

Black with #BAFADB

Text Example


Text Example

White with #BAFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFADB; }

 p { color: rgb(186,250,219); }

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

background-color css

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

 a { background-color: rgb(186,250,219); }

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

border-color css

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

 span { border-color: rgb(186,250,219); }

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