Html Css Color HEX #BCDCCB Aero Blue

📋 copy color: '#BCDCCB'

red 188 ◦ green 220 ◦ blue 203

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

Shades of Aero Blue #BCDCCB

Tints of Aero Blue #BCDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 30.77%
G = 36.01%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#BCDCCB (or 0xBCDCCB) is known color: Aero Blue. HEX triplet: BC, DC and CB. RGB value is (188,220,203). Sum of RGB (Red+Green+Blue) = 188+220+203=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCB is #432334. Grayscale: #D0D0D0. Windows color (decimal): -4399925 or 13360316. OLE color: 13360316.

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

Color convert

RGB 188 220 203 -
CMYK 0.15 0 0.08 0.14
HSL 148.13º 0.31% 0.8% -
HSV(B) 148.13º 0.15% 0.86% -
XYZ 57.11 66.19 66.27 -
YUV 208.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 188 220 203 0.15 0 0.08 0.14 148.13 0.31 0.8
Hex BC DC CB F 0 8 E 94 1F 50
Octal 274 334 313 17 0 10 16 224 37 120
Binary 10111100 11011100 11001011 1111 0 1000 1110 10010100 11111 1010000

Color Harmonies of #BCDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCCB

Black with #BCDCCB

Text Example


Text Example

White with #BCDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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