Html Css Color HEX #BDEAD1 Aero Blue

📋 copy color: '#BDEAD1'

red 189 ◦ green 234 ◦ blue 209

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

Shades of Aero Blue #BDEAD1

Tints of Aero Blue #BDEAD1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

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

R = 29.91%
G = 37.03%
B = 33.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BDEAD1 (or 0xBDEAD1) is known color: Aero Blue. HEX triplet: BD, EA and D1. RGB value is (189,234,209). Sum of RGB (Red+Green+Blue) = 189+234+209=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD1 is #42152E. Grayscale: #D9D9D9. Windows color (decimal): -4330799 or 13757117. OLE color: 13757117.

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

Color convert

RGB 189 234 209 -
CMYK 0.19 0 0.11 0.08
HSL 146.67º 0.52% 0.83% -
HSV(B) 146.67º 0.19% 0.92% -
XYZ 61.92 74.27 71.39 -
YUV 217.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 189 234 209 0.19 0 0.11 0.08 146.67 0.52 0.83
Hex BD EA D1 13 0 B 8 93 34 53
Octal 275 352 321 23 0 13 10 223 64 123
Binary 10111101 11101010 11010001 10011 0 1011 1000 10010011 110100 1010011

Color Harmonies of #BDEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAD1

Black with #BDEAD1

Text Example


Text Example

White with #BDEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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