Html Css Color HEX #BDC0BD Paris White

📋 copy color: '#BDC0BD'

red 189 ◦ green 192 ◦ blue 189

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

Shades of Paris White #BDC0BD

Tints of Paris White #BDC0BD

RGB

 RED value IS 189 (74.22% from 255) = 33.16%

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 33.16%
G = 33.68%
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

#BDC0BD (or 0xBDC0BD) is known color: Paris White. HEX triplet: BD, C0 and BD. RGB value is (189,192,189). Sum of RGB (Red+Green+Blue) = 189+192+189=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0BD is #423F42. Grayscale: #BEBEBE. Windows color (decimal): -4341571 or 12435645. OLE color: 12435645.

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

Color convert

RGB 189 192 189 -
CMYK 0.02 0 0.02 0.25
HSL 120º 0.02% 0.75% -
HSV(B) 120º 0.02% 0.75% -
XYZ 49.02 52.19 55.63 -
YUV 190.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 189 192 189 0.02 0 0.02 0.25 120 0.02 0.75
Hex BD C0 BD 2 0 2 19 78 2 4B
Octal 275 300 275 2 0 2 31 170 2 113
Binary 10111101 11000000 10111101 10 0 10 11001 1111000 10 1001011

Color Harmonies of #BDC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0BD

Black with #BDC0BD

Text Example


Text Example

White with #BDC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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