Html Css Color HEX #BDDECC Aero Blue

📋 copy color: '#BDDECC'

red 189 ◦ green 222 ◦ blue 204

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

Shades of Aero Blue #BDDECC

Tints of Aero Blue #BDDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 30.73%
G = 36.1%
B = 33.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BDDECC (or 0xBDDECC) is known color: Aero Blue. HEX triplet: BD, DE and CC. RGB value is (189,222,204). Sum of RGB (Red+Green+Blue) = 189+222+204=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDECC is #422133. Grayscale: #D2D2D2. Windows color (decimal): -4333876 or 13426365. OLE color: 13426365.

HSL color Cylindrical-coordinate representation of color #BDDECC: hue angle of 147.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDECC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 204 -
CMYK 0.15 0 0.08 0.13
HSL 147.27º 0.33% 0.81% -
HSV(B) 147.27º 0.15% 0.87% -
XYZ 58.01 67.42 67.08 -
YUV 210.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 189 222 204 0.15 0 0.08 0.13 147.27 0.33 0.81
Hex BD DE CC F 0 8 D 93 21 51
Octal 275 336 314 17 0 10 15 223 41 121
Binary 10111101 11011110 11001100 1111 0 1000 1101 10010011 100001 1010001

Color Harmonies of #BDDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDECC

Black with #BDDECC

Text Example


Text Example

White with #BDDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDECC; }

 p { color: rgb(189,222,204); }

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

background-color css

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

 a { background-color: rgb(189,222,204); }

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

border-color css

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

 span { border-color: rgb(189,222,204); }

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