Html Css Color HEX #BCBDC5 Ghost

📋 copy color: '#BCBDC5'

red 188 ◦ green 189 ◦ blue 197

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

Shades of Ghost #BCBDC5

Tints of Ghost #BCBDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.32%

R = 32.75%
G = 32.93%
B = 34.32%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCBDC5 (or 0xBCBDC5) is known color: Ghost. HEX triplet: BC, BD and C5. RGB value is (188,189,197). Sum of RGB (Red+Green+Blue) = 188+189+197=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC5 is #43423A. Grayscale: #BDBDBD. Windows color (decimal): -4407867 or 12959164. OLE color: 12959164.

HSL color Cylindrical-coordinate representation of color #BCBDC5: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBDC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 189 197 -
CMYK 0.05 0.04 0 0.23
HSL 233.33º 0.07% 0.75% -
HSV(B) 233.33º 0.05% 0.77% -
XYZ 49.01 51.12 60.11 -
YUV 189.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 188 189 197 0.05 0.04 0 0.23 233.33 0.07 0.75
Hex BC BD C5 5 4 0 17 E9 7 4B
Octal 274 275 305 5 4 0 27 351 7 113
Binary 10111100 10111101 11000101 101 100 0 10111 11101001 111 1001011

Color Harmonies of #BCBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDC5

Black with #BCBDC5

Text Example


Text Example

White with #BCBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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