Html Css Color HEX #BDDDCB Aero Blue

📋 copy color: '#BDDDCB'

red 189 ◦ green 221 ◦ blue 203

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

Shades of Aero Blue #BDDDCB

Tints of Aero Blue #BDDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.12%

R = 30.83%
G = 36.05%
B = 33.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BDDDCB (or 0xBDDDCB) is known color: Aero Blue. HEX triplet: BD, DD and CB. RGB value is (189,221,203). Sum of RGB (Red+Green+Blue) = 189+221+203=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCB is #422234. Grayscale: #D1D1D1. Windows color (decimal): -4334133 or 13360573. OLE color: 13360573.

HSL color Cylindrical-coordinate representation of color #BDDDCB: hue angle of 146.25º 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 #BDDDCB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 203 -
CMYK 0.14 0 0.08 0.13
HSL 146.25º 0.32% 0.8% -
HSV(B) 146.25º 0.14% 0.87% -
XYZ 57.62 66.84 66.36 -
YUV 209.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 189 221 203 0.14 0 0.08 0.13 146.25 0.32 0.8
Hex BD DD CB E 0 8 D 92 20 50
Octal 275 335 313 16 0 10 15 222 40 120
Binary 10111101 11011101 11001011 1110 0 1000 1101 10010010 100000 1010000

Color Harmonies of #BDDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDCB

Black with #BDDDCB

Text Example


Text Example

White with #BDDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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