Html Css Color HEX #BDFADD Aero Blue

📋 copy color: '#BDFADD'

red 189 ◦ green 250 ◦ blue 221

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

Shades of Aero Blue #BDFADD

Tints of Aero Blue #BDFADD

RGB

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

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

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

R = 28.64%
G = 37.88%
B = 33.48%

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

#BDFADD (or 0xBDFADD) is known color: Aero Blue. HEX triplet: BD, FA and DD. RGB value is (189,250,221). Sum of RGB (Red+Green+Blue) = 189+250+221=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFADD is #420522. Grayscale: #E4E4E4. Windows color (decimal): -4326691 or 14547645. OLE color: 14547645.

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

Color convert

RGB 189 250 221 -
CMYK 0.24 0 0.12 0.02
HSL 151.48º 0.86% 0.86% -
HSV(B) 151.48º 0.24% 0.98% -
XYZ 68.22 84.41 81.1 -
YUV 228.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 189 250 221 0.24 0 0.12 0.02 151.48 0.86 0.86
Hex BD FA DD 18 0 C 2 97 56 56
Octal 275 372 335 30 0 14 2 227 126 126
Binary 10111101 11111010 11011101 11000 0 1100 10 10010111 1010110 1010110

Color Harmonies of #BDFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFADD

Black with #BDFADD

Text Example


Text Example

White with #BDFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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