Html Css Color HEX #BDEBD9 Aero Blue

📋 copy color: '#BDEBD9'

red 189 ◦ green 235 ◦ blue 217

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

Shades of Aero Blue #BDEBD9

Tints of Aero Blue #BDEBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.66%

 BLUE value IS 217 (85.16% from 255) = 33.85%

R = 29.49%
G = 36.66%
B = 33.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BDEBD9 (or 0xBDEBD9) is known color: Aero Blue. HEX triplet: BD, EB and D9. RGB value is (189,235,217). Sum of RGB (Red+Green+Blue) = 189+235+217=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD9 is #421426. Grayscale: #DBDBDB. Windows color (decimal): -4330535 or 14281661. OLE color: 14281661.

HSL color Cylindrical-coordinate representation of color #BDEBD9: hue angle of 156.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 217 -
CMYK 0.20 0 0.08 0.08
HSL 156.52º 0.53% 0.83% -
HSV(B) 156.52º 0.2% 0.92% -
XYZ 63.22 75.25 76.84 -
YUV 219.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 189 235 217 0.20 0 0.08 0.08 156.52 0.53 0.83
Hex BD EB D9 14 0 8 8 9D 35 53
Octal 275 353 331 24 0 10 10 235 65 123
Binary 10111101 11101011 11011001 10100 0 1000 1000 10011101 110101 1010011

Color Harmonies of #BDEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBD9

Black with #BDEBD9

Text Example


Text Example

White with #BDEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBD9; }

 p { color: rgb(189,235,217); }

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

background-color css

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

 a { background-color: rgb(189,235,217); }

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

border-color css

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

 span { border-color: rgb(189,235,217); }

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