Html Css Color HEX #BDE4D1 Aero Blue

📋 copy color: '#BDE4D1'

red 189 ◦ green 228 ◦ blue 209

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

Shades of Aero Blue #BDE4D1

Tints of Aero Blue #BDE4D1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.42%

 BLUE value IS 209 (82.03% from 255) = 33.39%

R = 30.19%
G = 36.42%
B = 33.39%

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

#BDE4D1 (or 0xBDE4D1) is known color: Aero Blue. HEX triplet: BD, E4 and D1. RGB value is (189,228,209). Sum of RGB (Red+Green+Blue) = 189+228+209=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D1 is #421B2E. Grayscale: #D6D6D6. Windows color (decimal): -4332335 or 13755581. OLE color: 13755581.

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

Color convert

RGB 189 228 209 -
CMYK 0.17 0 0.08 0.11
HSL 150.77º 0.42% 0.82% -
HSV(B) 150.77º 0.17% 0.89% -
XYZ 60.24 70.91 70.83 -
YUV 214.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 189 228 209 0.17 0 0.08 0.11 150.77 0.42 0.82
Hex BD E4 D1 11 0 8 B 97 2A 52
Octal 275 344 321 21 0 10 13 227 52 122
Binary 10111101 11100100 11010001 10001 0 1000 1011 10010111 101010 1010010

Color Harmonies of #BDE4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4D1

Black with #BDE4D1

Text Example


Text Example

White with #BDE4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4D1; }

 p { color: rgb(189,228,209); }

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

background-color css

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

 a { background-color: rgb(189,228,209); }

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

border-color css

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

 span { border-color: rgb(189,228,209); }

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