Html Css Color HEX #BDF2DA Aero Blue

📋 copy color: '#BDF2DA'

red 189 ◦ green 242 ◦ blue 218

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

Shades of Aero Blue #BDF2DA

Tints of Aero Blue #BDF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 29.12%
G = 37.29%
B = 33.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BDF2DA (or 0xBDF2DA) is known color: Aero Blue. HEX triplet: BD, F2 and DA. RGB value is (189,242,218). Sum of RGB (Red+Green+Blue) = 189+242+218=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DA is #420D25. Grayscale: #DFDFDF. Windows color (decimal): -4328742 or 14348989. OLE color: 14348989.

HSL color Cylindrical-coordinate representation of color #BDF2DA: hue angle of 152.83º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2DA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 218 -
CMYK 0.22 0 0.10 0.05
HSL 152.83º 0.67% 0.85% -
HSV(B) 152.83º 0.22% 0.95% -
XYZ 65.39 79.39 78.21 -
YUV 223.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 189 242 218 0.22 0 0.10 0.05 152.83 0.67 0.85
Hex BD F2 DA 16 0 A 5 99 43 55
Octal 275 362 332 26 0 12 5 231 103 125
Binary 10111101 11110010 11011010 10110 0 1010 101 10011001 1000011 1010101

Color Harmonies of #BDF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2DA

Black with #BDF2DA

Text Example


Text Example

White with #BDF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2DA; }

 p { color: rgb(189,242,218); }

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

background-color css

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

 a { background-color: rgb(189,242,218); }

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

border-color css

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

 span { border-color: rgb(189,242,218); }

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