Html Css Color HEX #BCBCC0 Ghost

📋 copy color: '#BCBCC0'

red 188 ◦ green 188 ◦ blue 192

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

Shades of Ghost #BCBCC0

Tints of Ghost #BCBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.1%

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 33.1%
G = 33.1%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCBCC0 (or 0xBCBCC0) is known color: Ghost. HEX triplet: BC, BC and C0. RGB value is (188,188,192). Sum of RGB (Red+Green+Blue) = 188+188+192=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC0 is #43433F. Grayscale: #BCBCBC. Windows color (decimal): -4408128 or 12631228. OLE color: 12631228.

HSL color Cylindrical-coordinate representation of color #BCBCC0: hue angle of 240º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBCC0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 188 192 -
CMYK 0.02 0.02 0 0.25
HSL 240º 0.03% 0.75% -
HSV(B) 240º 0.02% 0.75% -
XYZ 48.24 50.46 57.07 -
YUV 188.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 188 188 192 0.02 0.02 0 0.25 240 0.03 0.75
Hex BC BC C0 2 2 0 19 F0 3 4B
Octal 274 274 300 2 2 0 31 360 3 113
Binary 10111100 10111100 11000000 10 10 0 11001 11110000 11 1001011

Color Harmonies of #BCBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCC0

Black with #BCBCC0

Text Example


Text Example

White with #BCBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCC0; }

 p { color: rgb(188,188,192); }

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

background-color css

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

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

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

border-color css

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

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

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