Html Css Color HEX #BDEBD5 Aero Blue

📋 copy color: '#BDEBD5'

red 189 ◦ green 235 ◦ blue 213

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

Shades of Aero Blue #BDEBD5

Tints of Aero Blue #BDEBD5

RGB

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

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

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

R = 29.67%
G = 36.89%
B = 33.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BDEBD5 (or 0xBDEBD5) is known color: Aero Blue. HEX triplet: BD, EB and D5. RGB value is (189,235,213). Sum of RGB (Red+Green+Blue) = 189+235+213=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD5 is #42142A. Grayscale: #DADADA. Windows color (decimal): -4330539 or 14019517. OLE color: 14019517.

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

Color convert

RGB 189 235 213 -
CMYK 0.20 0 0.09 0.08
HSL 151.3º 0.53% 0.83% -
HSV(B) 151.3º 0.2% 0.92% -
XYZ 62.7 75.04 74.13 -
YUV 218.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 189 235 213 0.20 0 0.09 0.08 151.3 0.53 0.83
Hex BD EB D5 14 0 9 8 97 35 53
Octal 275 353 325 24 0 11 10 227 65 123
Binary 10111101 11101011 11010101 10100 0 1001 1000 10010111 110101 1010011

Color Harmonies of #BDEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBD5

Black with #BDEBD5

Text Example


Text Example

White with #BDEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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