Html Css Color HEX #BDDCCA Aero Blue

📋 copy color: '#BDDCCA'

red 189 ◦ green 220 ◦ blue 202

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

Shades of Aero Blue #BDDCCA

Tints of Aero Blue #BDDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 30.93%
G = 36.01%
B = 33.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BDDCCA (or 0xBDDCCA) is known color: Aero Blue. HEX triplet: BD, DC and CA. RGB value is (189,220,202). Sum of RGB (Red+Green+Blue) = 189+220+202=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCA is #422335. Grayscale: #D0D0D0. Windows color (decimal): -4334390 or 13294781. OLE color: 13294781.

HSL color Cylindrical-coordinate representation of color #BDDCCA: hue angle of 145.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCCA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 202 -
CMYK 0.14 0 0.08 0.14
HSL 145.16º 0.31% 0.8% -
HSV(B) 145.16º 0.14% 0.86% -
XYZ 57.24 66.27 65.65 -
YUV 208.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 189 220 202 0.14 0 0.08 0.14 145.16 0.31 0.8
Hex BD DC CA E 0 8 E 91 1F 50
Octal 275 334 312 16 0 10 16 221 37 120
Binary 10111101 11011100 11001010 1110 0 1000 1110 10010001 11111 1010000

Color Harmonies of #BDDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCCA

Black with #BDDCCA

Text Example


Text Example

White with #BDDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCCA; }

 p { color: rgb(189,220,202); }

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

background-color css

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

 a { background-color: rgb(189,220,202); }

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

border-color css

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

 span { border-color: rgb(189,220,202); }

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