Html Css Color HEX #BDE9D3 Aero Blue

📋 copy color: '#BDE9D3'

red 189 ◦ green 233 ◦ blue 211

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

Shades of Aero Blue #BDE9D3

Tints of Aero Blue #BDE9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 29.86%
G = 36.81%
B = 33.33%

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

#BDE9D3 (or 0xBDE9D3) is known color: Aero Blue. HEX triplet: BD, E9 and D3. RGB value is (189,233,211). Sum of RGB (Red+Green+Blue) = 189+233+211=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9D3 is #42162C. Grayscale: #D9D9D9. Windows color (decimal): -4331053 or 13887933. OLE color: 13887933.

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

Color convert

RGB 189 233 211 -
CMYK 0.19 0 0.09 0.09
HSL 150º 0.5% 0.83% -
HSV(B) 150º 0.19% 0.91% -
XYZ 61.88 73.8 72.61 -
YUV 217.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 189 233 211 0.19 0 0.09 0.09 150 0.5 0.83
Hex BD E9 D3 13 0 9 9 96 32 53
Octal 275 351 323 23 0 11 11 226 62 123
Binary 10111101 11101001 11010011 10011 0 1001 1001 10010110 110010 1010011

Color Harmonies of #BDE9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9D3

Black with #BDE9D3

Text Example


Text Example

White with #BDE9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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