Html Css Color HEX #BCBDC6 Ghost

📋 copy color: '#BCBDC6'

red 188 ◦ green 189 ◦ blue 198

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

Shades of Ghost #BCBDC6

Tints of Ghost #BCBDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

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

R = 32.7%
G = 32.87%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCBDC6 (or 0xBCBDC6) is known color: Ghost. HEX triplet: BC, BD and C6. RGB value is (188,189,198). Sum of RGB (Red+Green+Blue) = 188+189+198=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC6 is #434239. Grayscale: #BDBDBD. Windows color (decimal): -4407866 or 13024700. OLE color: 13024700.

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

Color convert

RGB 188 189 198 -
CMYK 0.05 0.05 0 0.22
HSL 234º 0.08% 0.76% -
HSV(B) 234º 0.05% 0.78% -
XYZ 49.13 51.16 60.71 -
YUV 189.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 188 189 198 0.05 0.05 0 0.22 234 0.08 0.76
Hex BC BD C6 5 5 0 16 EA 8 4C
Octal 274 275 306 5 5 0 26 352 10 114
Binary 10111100 10111101 11000110 101 101 0 10110 11101010 1000 1001100

Color Harmonies of #BCBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDC6

Black with #BCBDC6

Text Example


Text Example

White with #BCBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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