Html Css Color HEX #BDE9D0 Aero Blue

📋 copy color: '#BDE9D0'

red 189 ◦ green 233 ◦ blue 208

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

Shades of Aero Blue #BDE9D0

Tints of Aero Blue #BDE9D0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 30%
G = 36.98%
B = 33.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#BDE9D0 (or 0xBDE9D0) is known color: Aero Blue. HEX triplet: BD, E9 and D0. RGB value is (189,233,208). Sum of RGB (Red+Green+Blue) = 189+233+208=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9D0 is #42162F. Grayscale: #D9D9D9. Windows color (decimal): -4331056 or 13691325. OLE color: 13691325.

HSL color Cylindrical-coordinate representation of color #BDE9D0: hue angle of 145.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9D0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 208 -
CMYK 0.19 0 0.11 0.09
HSL 145.91º 0.5% 0.83% -
HSV(B) 145.91º 0.19% 0.91% -
XYZ 61.51 73.65 70.65 -
YUV 216.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 189 233 208 0.19 0 0.11 0.09 145.91 0.5 0.83
Hex BD E9 D0 13 0 B 9 92 32 53
Octal 275 351 320 23 0 13 11 222 62 123
Binary 10111101 11101001 11010000 10011 0 1011 1001 10010010 110010 1010011

Color Harmonies of #BDE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9D0

Black with #BDE9D0

Text Example


Text Example

White with #BDE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9D0; }

 p { color: rgb(189,233,208); }

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

background-color css

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

 a { background-color: rgb(189,233,208); }

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

border-color css

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

 span { border-color: rgb(189,233,208); }

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