Html Css Color HEX #BDEED2 Aero Blue

📋 copy color: '#BDEED2'

red 189 ◦ green 238 ◦ blue 210

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

Shades of Aero Blue #BDEED2

Tints of Aero Blue #BDEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.97%

R = 29.67%
G = 37.36%
B = 32.97%

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

#BDEED2 (or 0xBDEED2) is known color: Aero Blue. HEX triplet: BD, EE and D2. RGB value is (189,238,210). Sum of RGB (Red+Green+Blue) = 189+238+210=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED2 is #42112D. Grayscale: #DCDCDC. Windows color (decimal): -4329774 or 13823677. OLE color: 13823677.

HSL color Cylindrical-coordinate representation of color #BDEED2: hue angle of 145.71º 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 #BDEED2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 210 -
CMYK 0.21 0 0.12 0.07
HSL 145.71º 0.59% 0.84% -
HSV(B) 145.71º 0.21% 0.93% -
XYZ 63.19 76.62 72.43 -
YUV 220.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 189 238 210 0.21 0 0.12 0.07 145.71 0.59 0.84
Hex BD EE D2 15 0 C 7 92 3B 54
Octal 275 356 322 25 0 14 7 222 73 124
Binary 10111101 11101110 11010010 10101 0 1100 111 10010010 111011 1010100

Color Harmonies of #BDEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEED2

Black with #BDEED2

Text Example


Text Example

White with #BDEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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