Html Css Color HEX #BCBBC1 Ghost

📋 copy color: '#BCBBC1'

red 188 ◦ green 187 ◦ blue 193

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

Shades of Ghost #BCBBC1

Tints of Ghost #BCBBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.98%

R = 33.1%
G = 32.92%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCBBC1 (or 0xBCBBC1) is known color: Ghost. HEX triplet: BC, BB and C1. RGB value is (188,187,193). Sum of RGB (Red+Green+Blue) = 188+187+193=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC1 is #43443E. Grayscale: #BBBBBB. Windows color (decimal): -4408383 or 12696508. OLE color: 12696508.

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

Color convert

RGB 188 187 193 -
CMYK 0.03 0.03 0 0.24
HSL 250º 0.05% 0.75% -
HSV(B) 250º 0.03% 0.76% -
XYZ 48.14 50.08 57.58 -
YUV 187.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 188 187 193 0.03 0.03 0 0.24 250 0.05 0.75
Hex BC BB C1 3 3 0 18 FA 5 4B
Octal 274 273 301 3 3 0 30 372 5 113
Binary 10111100 10111011 11000001 11 11 0 11000 11111010 101 1001011

Color Harmonies of #BCBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBC1

Black with #BCBBC1

Text Example


Text Example

White with #BCBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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