Html Css Color HEX #BDF0DA Aero Blue

📋 copy color: '#BDF0DA'

red 189 ◦ green 240 ◦ blue 218

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

Shades of Aero Blue #BDF0DA

Tints of Aero Blue #BDF0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

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

R = 29.21%
G = 37.09%
B = 33.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#BDF0DA (or 0xBDF0DA) is known color: Aero Blue. HEX triplet: BD, F0 and DA. RGB value is (189,240,218). Sum of RGB (Red+Green+Blue) = 189+240+218=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DA is #420F25. Grayscale: #DEDEDE. Windows color (decimal): -4329254 or 14348477. OLE color: 14348477.

HSL color Cylindrical-coordinate representation of color #BDF0DA: hue angle of 154.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0DA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 218 -
CMYK 0.21 0 0.09 0.06
HSL 154.12º 0.63% 0.84% -
HSV(B) 154.12º 0.21% 0.94% -
XYZ 64.8 78.2 78.01 -
YUV 222.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 189 240 218 0.21 0 0.09 0.06 154.12 0.63 0.84
Hex BD F0 DA 15 0 9 6 9A 3F 54
Octal 275 360 332 25 0 11 6 232 77 124
Binary 10111101 11110000 11011010 10101 0 1001 110 10011010 111111 1010100

Color Harmonies of #BDF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0DA

Black with #BDF0DA

Text Example


Text Example

White with #BDF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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