Html Css Color HEX #BDEDD1 Aero Blue

📋 copy color: '#BDEDD1'

red 189 ◦ green 237 ◦ blue 209

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

Shades of Aero Blue #BDEDD1

Tints of Aero Blue #BDEDD1

RGB

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

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

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

R = 29.76%
G = 37.32%
B = 32.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BDEDD1 (or 0xBDEDD1) is known color: Aero Blue. HEX triplet: BD, ED and D1. RGB value is (189,237,209). Sum of RGB (Red+Green+Blue) = 189+237+209=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD1 is #42122E. Grayscale: #DBDBDB. Windows color (decimal): -4330031 or 13757885. OLE color: 13757885.

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

Color convert

RGB 189 237 209 -
CMYK 0.20 0 0.12 0.07
HSL 145º 0.57% 0.84% -
HSV(B) 145º 0.2% 0.93% -
XYZ 62.78 75.99 71.68 -
YUV 219.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 189 237 209 0.20 0 0.12 0.07 145 0.57 0.84
Hex BD ED D1 14 0 C 7 91 39 54
Octal 275 355 321 24 0 14 7 221 71 124
Binary 10111101 11101101 11010001 10100 0 1100 111 10010001 111001 1010100

Color Harmonies of #BDEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDD1

Black with #BDEDD1

Text Example


Text Example

White with #BDEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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