Html Css Color HEX #BDF8DA Aero Blue

📋 copy color: '#BDF8DA'

red 189 ◦ green 248 ◦ blue 218

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

Shades of Aero Blue #BDF8DA

Tints of Aero Blue #BDF8DA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

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

R = 28.85%
G = 37.86%
B = 33.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#BDF8DA (or 0xBDF8DA) is known color: Aero Blue. HEX triplet: BD, F8 and DA. RGB value is (189,248,218). Sum of RGB (Red+Green+Blue) = 189+248+218=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8DA is #420725. Grayscale: #E2E2E2. Windows color (decimal): -4327206 or 14350525. OLE color: 14350525.

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

Color convert

RGB 189 248 218 -
CMYK 0.24 0 0.12 0.03
HSL 149.49º 0.81% 0.86% -
HSV(B) 149.49º 0.24% 0.97% -
XYZ 67.21 83.02 78.81 -
YUV 226.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 189 248 218 0.24 0 0.12 0.03 149.49 0.81 0.86
Hex BD F8 DA 18 0 C 3 95 51 56
Octal 275 370 332 30 0 14 3 225 121 126
Binary 10111101 11111000 11011010 11000 0 1100 11 10010101 1010001 1010110

Color Harmonies of #BDF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8DA

Black with #BDF8DA

Text Example


Text Example

White with #BDF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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