Html Css Color HEX #BCBDBC Paris White

📋 copy color: '#BCBDBC'

red 188 ◦ green 189 ◦ blue 188

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

Shades of Paris White #BCBDBC

Tints of Paris White #BCBDBC

RGB

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

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

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

R = 33.27%
G = 33.45%
B = 33.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCBDBC (or 0xBCBDBC) is known color: Paris White. HEX triplet: BC, BD and BC. RGB value is (188,189,188). Sum of RGB (Red+Green+Blue) = 188+189+188=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBC is #434243. Grayscale: #BCBCBC. Windows color (decimal): -4407876 or 12369340. OLE color: 12369340.

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

Color convert

RGB 188 189 188 -
CMYK 0.01 0 0.01 0.26
HSL 120º 0.01% 0.74% -
HSV(B) 120º 0.01% 0.74% -
XYZ 48.01 50.72 54.84 -
YUV 188.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 188 189 188 0.01 0 0.01 0.26 120 0.01 0.74
Hex BC BD BC 1 0 1 1A 78 1 4A
Octal 274 275 274 1 0 1 32 170 1 112
Binary 10111100 10111101 10111100 1 0 1 11010 1111000 1 1001010

Color Harmonies of #BCBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDBC

Black with #BCBDBC

Text Example


Text Example

White with #BCBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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