Html Css Color HEX #BCBFBC Paris White

📋 copy color: '#BCBFBC'

red 188 ◦ green 191 ◦ blue 188

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

Shades of Paris White #BCBFBC

Tints of Paris White #BCBFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 33.16%
G = 33.69%
B = 33.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BCBFBC (or 0xBCBFBC) is known color: Paris White. HEX triplet: BC, BF and BC. RGB value is (188,191,188). Sum of RGB (Red+Green+Blue) = 188+191+188=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBC is #434043. Grayscale: #BDBDBD. Windows color (decimal): -4407364 or 12369852. OLE color: 12369852.

HSL color Cylindrical-coordinate representation of color #BCBFBC: hue angle of 120º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFBC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 188 -
CMYK 0.02 0 0.02 0.25
HSL 120º 0.02% 0.74% -
HSV(B) 120º 0.02% 0.75% -
XYZ 48.45 51.58 54.98 -
YUV 189.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 188 191 188 0.02 0 0.02 0.25 120 0.02 0.74
Hex BC BF BC 2 0 2 19 78 2 4A
Octal 274 277 274 2 0 2 31 170 2 112
Binary 10111100 10111111 10111100 10 0 10 11001 1111000 10 1001010

Color Harmonies of #BCBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFBC

Black with #BCBFBC

Text Example


Text Example

White with #BCBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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