Html Css Color HEX #BDFADC Aero Blue

📋 copy color: '#BDFADC'

red 189 ◦ green 250 ◦ blue 220

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

Shades of Aero Blue #BDFADC

Tints of Aero Blue #BDFADC

RGB

 RED value IS 189 (74.22% from 255) = 28.68%

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 28.68%
G = 37.94%
B = 33.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BDFADC (or 0xBDFADC) is known color: Aero Blue. HEX triplet: BD, FA and DC. RGB value is (189,250,220). Sum of RGB (Red+Green+Blue) = 189+250+220=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFADC is #420523. Grayscale: #E4E4E4. Windows color (decimal): -4326692 or 14482109. OLE color: 14482109.

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

Color convert

RGB 189 250 220 -
CMYK 0.24 0 0.12 0.02
HSL 150.49º 0.86% 0.86% -
HSV(B) 150.49º 0.24% 0.98% -
XYZ 68.09 84.36 80.4 -
YUV 228.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 189 250 220 0.24 0 0.12 0.02 150.49 0.86 0.86
Hex BD FA DC 18 0 C 2 96 56 56
Octal 275 372 334 30 0 14 2 226 126 126
Binary 10111101 11111010 11011100 11000 0 1100 10 10010110 1010110 1010110

Color Harmonies of #BDFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFADC

Black with #BDFADC

Text Example


Text Example

White with #BDFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFADC; }

 p { color: rgb(189,250,220); }

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

background-color css

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

 a { background-color: rgb(189,250,220); }

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

border-color css

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

 span { border-color: rgb(189,250,220); }

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