Html Css Color HEX #BDDDCD Aero Blue

📋 copy color: '#BDDDCD'

red 189 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #BDDDCD

Tints of Aero Blue #BDDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 30.73%
G = 35.93%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#BDDDCD (or 0xBDDDCD) is known color: Aero Blue. HEX triplet: BD, DD and CD. RGB value is (189,221,205). Sum of RGB (Red+Green+Blue) = 189+221+205=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCD is #422232. Grayscale: #D1D1D1. Windows color (decimal): -4334131 or 13491645. OLE color: 13491645.

HSL color Cylindrical-coordinate representation of color #BDDDCD: hue angle of 150º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDCD is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 205 -
CMYK 0.14 0 0.07 0.13
HSL 150º 0.32% 0.8% -
HSV(B) 150º 0.14% 0.87% -
XYZ 57.86 66.94 67.63 -
YUV 209.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 189 221 205 0.14 0 0.07 0.13 150 0.32 0.8
Hex BD DD CD E 0 7 D 96 20 50
Octal 275 335 315 16 0 7 15 226 40 120
Binary 10111101 11011101 11001101 1110 0 111 1101 10010110 100000 1010000

Color Harmonies of #BDDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDCD

Black with #BDDDCD

Text Example


Text Example

White with #BDDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDCD; }

 p { color: rgb(189,221,205); }

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

background-color css

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

 a { background-color: rgb(189,221,205); }

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

border-color css

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

 span { border-color: rgb(189,221,205); }

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