Html Css Color HEX #BDEED3 Aero Blue

📋 copy color: '#BDEED3'

red 189 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #BDEED3

Tints of Aero Blue #BDEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 29.62%
G = 37.3%
B = 33.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BDEED3 (or 0xBDEED3) is known color: Aero Blue. HEX triplet: BD, EE and D3. RGB value is (189,238,211). Sum of RGB (Red+Green+Blue) = 189+238+211=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED3 is #42112C. Grayscale: #DCDCDC. Windows color (decimal): -4329773 or 13889213. OLE color: 13889213.

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

Color convert

RGB 189 238 211 -
CMYK 0.21 0 0.11 0.07
HSL 146.94º 0.59% 0.84% -
HSV(B) 146.94º 0.21% 0.93% -
XYZ 63.32 76.67 73.09 -
YUV 220.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 189 238 211 0.21 0 0.11 0.07 146.94 0.59 0.84
Hex BD EE D3 15 0 B 7 93 3B 54
Octal 275 356 323 25 0 13 7 223 73 124
Binary 10111101 11101110 11010011 10101 0 1011 111 10010011 111011 1010100

Color Harmonies of #BDEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEED3

Black with #BDEED3

Text Example


Text Example

White with #BDEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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