Html Css Color HEX #BDE3D0 Aero Blue

📋 copy color: '#BDE3D0'

red 189 ◦ green 227 ◦ blue 208

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

Shades of Aero Blue #BDE3D0

Tints of Aero Blue #BDE3D0

RGB

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

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

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

R = 30.29%
G = 36.38%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#BDE3D0 (or 0xBDE3D0) is known color: Aero Blue. HEX triplet: BD, E3 and D0. RGB value is (189,227,208). Sum of RGB (Red+Green+Blue) = 189+227+208=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3D0 is #421C2F. Grayscale: #D5D5D5. Windows color (decimal): -4332592 or 13689789. OLE color: 13689789.

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

Color convert

RGB 189 227 208 -
CMYK 0.17 0 0.08 0.11
HSL 150º 0.4% 0.82% -
HSV(B) 150º 0.17% 0.89% -
XYZ 59.84 70.31 70.09 -
YUV 213.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 189 227 208 0.17 0 0.08 0.11 150 0.4 0.82
Hex BD E3 D0 11 0 8 B 96 28 52
Octal 275 343 320 21 0 10 13 226 50 122
Binary 10111101 11100011 11010000 10001 0 1000 1011 10010110 101000 1010010

Color Harmonies of #BDE3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3D0

Black with #BDE3D0

Text Example


Text Example

White with #BDE3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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