Html Css Color HEX #BDEDD5 Aero Blue

📋 copy color: '#BDEDD5'

red 189 ◦ green 237 ◦ blue 213

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

Shades of Aero Blue #BDEDD5

Tints of Aero Blue #BDEDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.09%

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

R = 29.58%
G = 37.09%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BDEDD5 (or 0xBDEDD5) is known color: Aero Blue. HEX triplet: BD, ED and D5. RGB value is (189,237,213). Sum of RGB (Red+Green+Blue) = 189+237+213=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD5 is #42122A. Grayscale: #DBDBDB. Windows color (decimal): -4330027 or 14020029. OLE color: 14020029.

HSL color Cylindrical-coordinate representation of color #BDEDD5: hue angle of 150º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDD5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 213 -
CMYK 0.20 0 0.10 0.07
HSL 150º 0.57% 0.84% -
HSV(B) 150º 0.2% 0.93% -
XYZ 63.28 76.19 74.32 -
YUV 219.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 189 237 213 0.20 0 0.10 0.07 150 0.57 0.84
Hex BD ED D5 14 0 A 7 96 39 54
Octal 275 355 325 24 0 12 7 226 71 124
Binary 10111101 11101101 11010101 10100 0 1010 111 10010110 111001 1010100

Color Harmonies of #BDEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDD5

Black with #BDEDD5

Text Example


Text Example

White with #BDEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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