Html Css Color HEX #BCDCCE Aero Blue

📋 copy color: '#BCDCCE'

red 188 ◦ green 220 ◦ blue 206

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

Shades of Aero Blue #BCDCCE

Tints of Aero Blue #BCDCCE

RGB

 RED value IS 188 (73.83% from 255) = 30.62%

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

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

R = 30.62%
G = 35.83%
B = 33.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BCDCCE (or 0xBCDCCE) is known color: Aero Blue. HEX triplet: BC, DC and CE. RGB value is (188,220,206). Sum of RGB (Red+Green+Blue) = 188+220+206=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCE is #432331. Grayscale: #D0D0D0. Windows color (decimal): -4399922 or 13556924. OLE color: 13556924.

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

Color convert

RGB 188 220 206 -
CMYK 0.15 0 0.06 0.14
HSL 153.75º 0.31% 0.8% -
HSV(B) 153.75º 0.15% 0.86% -
XYZ 57.47 66.33 68.17 -
YUV 208.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 188 220 206 0.15 0 0.06 0.14 153.75 0.31 0.8
Hex BC DC CE F 0 6 E 9A 1F 50
Octal 274 334 316 17 0 6 16 232 37 120
Binary 10111100 11011100 11001110 1111 0 110 1110 10011010 11111 1010000

Color Harmonies of #BCDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCCE

Black with #BCDCCE

Text Example


Text Example

White with #BCDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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