Html Css Color HEX #BCDCCC Aero Blue

📋 copy color: '#BCDCCC'

red 188 ◦ green 220 ◦ blue 204

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

Shades of Aero Blue #BCDCCC

Tints of Aero Blue #BCDCCC

RGB

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

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

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

R = 30.72%
G = 35.95%
B = 33.33%

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

#BCDCCC (or 0xBCDCCC) is known color: Aero Blue. HEX triplet: BC, DC and CC. RGB value is (188,220,204). Sum of RGB (Red+Green+Blue) = 188+220+204=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCC is #432333. Grayscale: #D0D0D0. Windows color (decimal): -4399924 or 13425852. OLE color: 13425852.

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

Color convert

RGB 188 220 204 -
CMYK 0.15 0 0.07 0.14
HSL 150º 0.31% 0.8% -
HSV(B) 150º 0.15% 0.86% -
XYZ 57.23 66.24 66.9 -
YUV 208.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 188 220 204 0.15 0 0.07 0.14 150 0.31 0.8
Hex BC DC CC F 0 7 E 96 1F 50
Octal 274 334 314 17 0 7 16 226 37 120
Binary 10111100 11011100 11001100 1111 0 111 1110 10010110 11111 1010000

Color Harmonies of #BCDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCCC

Black with #BCDCCC

Text Example


Text Example

White with #BCDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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