Html Css Color HEX #BCBAC7 Ghost

📋 copy color: '#BCBAC7'

red 188 ◦ green 186 ◦ blue 199

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

Shades of Ghost #BCBAC7

Tints of Ghost #BCBAC7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.46%

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 32.81%
G = 32.46%
B = 34.73%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCBAC7 (or 0xBCBAC7) is known color: Ghost. HEX triplet: BC, BA and C7. RGB value is (188,186,199). Sum of RGB (Red+Green+Blue) = 188+186+199=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC7 is #434538. Grayscale: #BCBCBC. Windows color (decimal): -4408633 or 13089468. OLE color: 13089468.

HSL color Cylindrical-coordinate representation of color #BCBAC7: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBAC7 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 186 199 -
CMYK 0.06 0.07 0 0.22
HSL 249.23º 0.1% 0.75% -
HSV(B) 249.23º 0.07% 0.78% -
XYZ 48.61 49.93 61.11 -
YUV 188.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 188 186 199 0.06 0.07 0 0.22 249.23 0.1 0.75
Hex BC BA C7 6 7 0 16 F9 A 4B
Octal 274 272 307 6 7 0 26 371 12 113
Binary 10111100 10111010 11000111 110 111 0 10110 11111001 1010 1001011

Color Harmonies of #BCBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAC7

Black with #BCBAC7

Text Example


Text Example

White with #BCBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAC7; }

 p { color: rgb(188,186,199); }

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

background-color css

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

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

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

border-color css

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

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

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