Html Css Color HEX #BDE4D3 Aero Blue

📋 copy color: '#BDE4D3'

red 189 ◦ green 228 ◦ blue 211

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

Shades of Aero Blue #BDE4D3

Tints of Aero Blue #BDE4D3

RGB

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

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

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

R = 30.1%
G = 36.31%
B = 33.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#BDE4D3 (or 0xBDE4D3) is known color: Aero Blue. HEX triplet: BD, E4 and D3. RGB value is (189,228,211). Sum of RGB (Red+Green+Blue) = 189+228+211=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D3 is #421B2C. Grayscale: #D6D6D6. Windows color (decimal): -4332333 or 13886653. OLE color: 13886653.

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

Color convert

RGB 189 228 211 -
CMYK 0.17 0 0.07 0.11
HSL 153.85º 0.42% 0.82% -
HSV(B) 153.85º 0.17% 0.89% -
XYZ 60.49 71.01 72.15 -
YUV 214.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 189 228 211 0.17 0 0.07 0.11 153.85 0.42 0.82
Hex BD E4 D3 11 0 7 B 9A 2A 52
Octal 275 344 323 21 0 7 13 232 52 122
Binary 10111101 11100100 11010011 10001 0 111 1011 10011010 101010 1010010

Color Harmonies of #BDE4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4D3

Black with #BDE4D3

Text Example


Text Example

White with #BDE4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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