Html Css Color HEX #BDDCCE Aero Blue

📋 copy color: '#BDDCCE'

red 189 ◦ green 220 ◦ blue 206

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

Shades of Aero Blue #BDDCCE

Tints of Aero Blue #BDDCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 30.73%
G = 35.77%
B = 33.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BDDCCE (or 0xBDDCCE) is known color: Aero Blue. HEX triplet: BD, DC and CE. RGB value is (189,220,206). Sum of RGB (Red+Green+Blue) = 189+220+206=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCE is #422331. Grayscale: #D1D1D1. Windows color (decimal): -4334386 or 13556925. OLE color: 13556925.

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

Color convert

RGB 189 220 206 -
CMYK 0.14 0 0.06 0.14
HSL 152.9º 0.31% 0.8% -
HSV(B) 152.9º 0.14% 0.86% -
XYZ 57.72 66.46 68.18 -
YUV 209.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 189 220 206 0.14 0 0.06 0.14 152.9 0.31 0.8
Hex BD DC CE E 0 6 E 99 1F 50
Octal 275 334 316 16 0 6 16 231 37 120
Binary 10111101 11011100 11001110 1110 0 110 1110 10011001 11111 1010000

Color Harmonies of #BDDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCCE

Black with #BDDCCE

Text Example


Text Example

White with #BDDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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