Html Css Color HEX #BCBCC8 Ghost

📋 copy color: '#BCBCC8'

red 188 ◦ green 188 ◦ blue 200

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

Shades of Ghost #BCBCC8

Tints of Ghost #BCBCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 32.64%
G = 32.64%
B = 34.72%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCBCC8 (or 0xBCBCC8) is known color: Ghost. HEX triplet: BC, BC and C8. RGB value is (188,188,200). Sum of RGB (Red+Green+Blue) = 188+188+200=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC8 is #434337. Grayscale: #BDBDBD. Windows color (decimal): -4408120 or 13155516. OLE color: 13155516.

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

Color convert

RGB 188 188 200 -
CMYK 0.06 0.06 0 0.22
HSL 240º 0.1% 0.76% -
HSV(B) 240º 0.06% 0.78% -
XYZ 49.15 50.83 61.86 -
YUV 189.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 188 188 200 0.06 0.06 0 0.22 240 0.1 0.76
Hex BC BC C8 6 6 0 16 F0 A 4C
Octal 274 274 310 6 6 0 26 360 12 114
Binary 10111100 10111100 11001000 110 110 0 10110 11110000 1010 1001100

Color Harmonies of #BCBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCC8

Black with #BCBCC8

Text Example


Text Example

White with #BCBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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