Html Css Color HEX #BCDCCD Aero Blue

📋 copy color: '#BCDCCD'

red 188 ◦ green 220 ◦ blue 205

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

Shades of Aero Blue #BCDCCD

Tints of Aero Blue #BCDCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 30.67%
G = 35.89%
B = 33.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#BCDCCD (or 0xBCDCCD) is known color: Aero Blue. HEX triplet: BC, DC and CD. RGB value is (188,220,205). Sum of RGB (Red+Green+Blue) = 188+220+205=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCD is #432332. Grayscale: #D0D0D0. Windows color (decimal): -4399923 or 13491388. OLE color: 13491388.

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

Color convert

RGB 188 220 205 -
CMYK 0.15 0 0.07 0.14
HSL 151.88º 0.31% 0.8% -
HSV(B) 151.88º 0.15% 0.86% -
XYZ 57.35 66.29 67.53 -
YUV 208.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 188 220 205 0.15 0 0.07 0.14 151.88 0.31 0.8
Hex BC DC CD F 0 7 E 98 1F 50
Octal 274 334 315 17 0 7 16 230 37 120
Binary 10111100 11011100 11001101 1111 0 111 1110 10011000 11111 1010000

Color Harmonies of #BCDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCCD

Black with #BCDCCD

Text Example


Text Example

White with #BCDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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