Html Css Color HEX #BDEED1 Aero Blue

📋 copy color: '#BDEED1'

red 189 ◦ green 238 ◦ blue 209

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

Shades of Aero Blue #BDEED1

Tints of Aero Blue #BDEED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

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

R = 29.72%
G = 37.42%
B = 32.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BDEED1 (or 0xBDEED1) is known color: Aero Blue. HEX triplet: BD, EE and D1. RGB value is (189,238,209). Sum of RGB (Red+Green+Blue) = 189+238+209=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED1 is #42112E. Grayscale: #DCDCDC. Windows color (decimal): -4329775 or 13758141. OLE color: 13758141.

HSL color Cylindrical-coordinate representation of color #BDEED1: hue angle of 144.49º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEED1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 209 -
CMYK 0.21 0 0.12 0.07
HSL 144.49º 0.59% 0.84% -
HSV(B) 144.49º 0.21% 0.93% -
XYZ 63.07 76.57 71.78 -
YUV 220.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 189 238 209 0.21 0 0.12 0.07 144.49 0.59 0.84
Hex BD EE D1 15 0 C 7 90 3B 54
Octal 275 356 321 25 0 14 7 220 73 124
Binary 10111101 11101110 11010001 10101 0 1100 111 10010000 111011 1010100

Color Harmonies of #BDEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEED1

Black with #BDEED1

Text Example


Text Example

White with #BDEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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