Html Css Color HEX #BAFFDD Aero Blue

📋 copy color: '#BAFFDD'

red 186 ◦ green 255 ◦ blue 221

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

Shades of Aero Blue #BAFFDD

Tints of Aero Blue #BAFFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 28.1%
G = 38.52%
B = 33.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BAFFDD (or 0xBAFFDD) is known color: Aero Blue. HEX triplet: BA, FF and DD. RGB value is (186,255,221). Sum of RGB (Red+Green+Blue) = 186+255+221=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDD is #450022. Grayscale: #E6E6E6. Windows color (decimal): -4522019 or 14548922. OLE color: 14548922.

HSL color Cylindrical-coordinate representation of color #BAFFDD: hue angle of 150.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFDD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 221 -
CMYK 0.27 0 0.13 0
HSL 150.43º 1% 0.86% -
HSV(B) 150.43º 0.27% 1% -
XYZ 69.06 87.18 81.59 -
YUV 230.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 186 255 221 0.27 0 0.13 0 150.43 1 0.86
Hex BA FF DD 1B 0 D 0 96 64 56
Octal 272 377 335 33 0 15 0 226 144 126
Binary 10111010 11111111 11011101 11011 0 1101 0 10010110 1100100 1010110

Color Harmonies of #BAFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFDD

Black with #BAFFDD

Text Example


Text Example

White with #BAFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFDD; }

 p { color: rgb(186,255,221); }

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

background-color css

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

 a { background-color: rgb(186,255,221); }

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

border-color css

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

 span { border-color: rgb(186,255,221); }

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