Html Css Color HEX #BDEDD3 Aero Blue

📋 copy color: '#BDEDD3'

red 189 ◦ green 237 ◦ blue 211

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

Shades of Aero Blue #BDEDD3

Tints of Aero Blue #BDEDD3

RGB

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

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

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

R = 29.67%
G = 37.21%
B = 33.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BDEDD3 (or 0xBDEDD3) is known color: Aero Blue. HEX triplet: BD, ED and D3. RGB value is (189,237,211). Sum of RGB (Red+Green+Blue) = 189+237+211=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD3 is #42122C. Grayscale: #DBDBDB. Windows color (decimal): -4330029 or 13888957. OLE color: 13888957.

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

Color convert

RGB 189 237 211 -
CMYK 0.20 0 0.11 0.07
HSL 147.5º 0.57% 0.84% -
HSV(B) 147.5º 0.2% 0.93% -
XYZ 63.03 76.09 72.99 -
YUV 219.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 189 237 211 0.20 0 0.11 0.07 147.5 0.57 0.84
Hex BD ED D3 14 0 B 7 94 39 54
Octal 275 355 323 24 0 13 7 224 71 124
Binary 10111101 11101101 11010011 10100 0 1011 111 10010100 111001 1010100

Color Harmonies of #BDEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDD3

Black with #BDEDD3

Text Example


Text Example

White with #BDEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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