Html Css Color HEX #BDE3D5 Aero Blue

📋 copy color: '#BDE3D5'

red 189 ◦ green 227 ◦ blue 213

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

Shades of Aero Blue #BDE3D5

Tints of Aero Blue #BDE3D5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

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

R = 30.05%
G = 36.09%
B = 33.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#BDE3D5 (or 0xBDE3D5) is known color: Aero Blue. HEX triplet: BD, E3 and D5. RGB value is (189,227,213). Sum of RGB (Red+Green+Blue) = 189+227+213=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3D5 is #421C2A. Grayscale: #D6D6D6. Windows color (decimal): -4332587 or 14017469. OLE color: 14017469.

HSL color Cylindrical-coordinate representation of color #BDE3D5: hue angle of 157.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3D5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 213 -
CMYK 0.17 0 0.06 0.11
HSL 157.89º 0.4% 0.82% -
HSV(B) 157.89º 0.17% 0.89% -
XYZ 60.47 70.56 73.38 -
YUV 214.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 189 227 213 0.17 0 0.06 0.11 157.89 0.4 0.82
Hex BD E3 D5 11 0 6 B 9E 28 52
Octal 275 343 325 21 0 6 13 236 50 122
Binary 10111101 11100011 11010101 10001 0 110 1011 10011110 101000 1010010

Color Harmonies of #BDE3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3D5

Black with #BDE3D5

Text Example


Text Example

White with #BDE3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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