Html Css Color HEX #BCBBC6 Ghost

📋 copy color: '#BCBBC6'

red 188 ◦ green 187 ◦ blue 198

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

Shades of Ghost #BCBBC6

Tints of Ghost #BCBBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 32.81%
G = 32.64%
B = 34.55%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCBBC6 (or 0xBCBBC6) is known color: Ghost. HEX triplet: BC, BB and C6. RGB value is (188,187,198). Sum of RGB (Red+Green+Blue) = 188+187+198=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC6 is #434439. Grayscale: #BCBCBC. Windows color (decimal): -4408378 or 13024188. OLE color: 13024188.

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

Color convert

RGB 188 187 198 -
CMYK 0.05 0.06 0 0.22
HSL 245.45º 0.09% 0.75% -
HSV(B) 245.45º 0.06% 0.78% -
XYZ 48.7 50.31 60.57 -
YUV 188.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 188 187 198 0.05 0.06 0 0.22 245.45 0.09 0.75
Hex BC BB C6 5 6 0 16 F5 9 4B
Octal 274 273 306 5 6 0 26 365 11 113
Binary 10111100 10111011 11000110 101 110 0 10110 11110101 1001 1001011

Color Harmonies of #BCBBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBC6

Black with #BCBBC6

Text Example


Text Example

White with #BCBBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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