Html Css Color HEX #BDE9D5 Aero Blue

📋 copy color: '#BDE9D5'

red 189 ◦ green 233 ◦ blue 213

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

Shades of Aero Blue #BDE9D5

Tints of Aero Blue #BDE9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 29.76%
G = 36.69%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BDE9D5 (or 0xBDE9D5) is known color: Aero Blue. HEX triplet: BD, E9 and D5. RGB value is (189,233,213). Sum of RGB (Red+Green+Blue) = 189+233+213=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9D5 is #42162A. Grayscale: #D9D9D9. Windows color (decimal): -4331051 or 14019005. OLE color: 14019005.

HSL color Cylindrical-coordinate representation of color #BDE9D5: hue angle of 152.73º 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 #BDE9D5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 213 -
CMYK 0.19 0 0.09 0.09
HSL 152.73º 0.5% 0.83% -
HSV(B) 152.73º 0.19% 0.91% -
XYZ 62.14 73.9 73.94 -
YUV 217.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 189 233 213 0.19 0 0.09 0.09 152.73 0.5 0.83
Hex BD E9 D5 13 0 9 9 99 32 53
Octal 275 351 325 23 0 11 11 231 62 123
Binary 10111101 11101001 11010101 10011 0 1001 1001 10011001 110010 1010011

Color Harmonies of #BDE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9D5

Black with #BDE9D5

Text Example


Text Example

White with #BDE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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