Html Css Color HEX #BAFADA Aero Blue

📋 copy color: '#BAFADA'

red 186 ◦ green 250 ◦ blue 218

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

Shades of Aero Blue #BAFADA

Tints of Aero Blue #BAFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 28.44%
G = 38.23%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BAFADA (or 0xBAFADA) is known color: Aero Blue. HEX triplet: BA, FA and DA. RGB value is (186,250,218). Sum of RGB (Red+Green+Blue) = 186+250+218=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFADA is #450525. Grayscale: #E3E3E3. Windows color (decimal): -4523302 or 14351034. OLE color: 14351034.

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

Color convert

RGB 186 250 218 -
CMYK 0.26 0 0.13 0.02
HSL 150º 0.86% 0.85% -
HSV(B) 150º 0.26% 0.98% -
XYZ 67.09 83.87 78.98 -
YUV 227.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 186 250 218 0.26 0 0.13 0.02 150 0.86 0.85
Hex BA FA DA 1A 0 D 2 96 56 55
Octal 272 372 332 32 0 15 2 226 126 125
Binary 10111010 11111010 11011010 11010 0 1101 10 10010110 1010110 1010101

Color Harmonies of #BAFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFADA

Black with #BAFADA

Text Example


Text Example

White with #BAFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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