Html Css Color HEX #BCBBC0 Ghost

📋 copy color: '#BCBBC0'

red 188 ◦ green 187 ◦ blue 192

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

Shades of Ghost #BCBBC0

Tints of Ghost #BCBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

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

R = 33.16%
G = 32.98%
B = 33.86%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCBBC0 (or 0xBCBBC0) is known color: Ghost. HEX triplet: BC, BB and C0. RGB value is (188,187,192). Sum of RGB (Red+Green+Blue) = 188+187+192=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC0 is #43443F. Grayscale: #BBBBBB. Windows color (decimal): -4408384 or 12630972. OLE color: 12630972.

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

Color convert

RGB 188 187 192 -
CMYK 0.02 0.03 0 0.25
HSL 252º 0.04% 0.74% -
HSV(B) 252º 0.03% 0.75% -
XYZ 48.02 50.04 57 -
YUV 187.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 188 187 192 0.02 0.03 0 0.25 252 0.04 0.74
Hex BC BB C0 2 3 0 19 FC 4 4A
Octal 274 273 300 2 3 0 31 374 4 112
Binary 10111100 10111011 11000000 10 11 0 11001 11111100 100 1001010

Color Harmonies of #BCBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBC0

Black with #BCBBC0

Text Example


Text Example

White with #BCBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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