Html Css Color HEX #BDC3BD Paris White

📋 copy color: '#BDC3BD'

red 189 ◦ green 195 ◦ blue 189

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

Shades of Paris White #BDC3BD

Tints of Paris White #BDC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 32.98%
G = 34.03%
B = 32.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#BDC3BD (or 0xBDC3BD) is known color: Paris White. HEX triplet: BD, C3 and BD. RGB value is (189,195,189). Sum of RGB (Red+Green+Blue) = 189+195+189=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BD is #423C42. Grayscale: #C0C0C0. Windows color (decimal): -4340803 or 12436413. OLE color: 12436413.

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

Color convert

RGB 189 195 189 -
CMYK 0.03 0 0.03 0.24
HSL 120º 0.05% 0.75% -
HSV(B) 120º 0.03% 0.76% -
XYZ 49.69 53.52 55.86 -
YUV 192.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 189 195 189 0.03 0 0.03 0.24 120 0.05 0.75
Hex BD C3 BD 3 0 3 18 78 5 4B
Octal 275 303 275 3 0 3 30 170 5 113
Binary 10111101 11000011 10111101 11 0 11 11000 1111000 101 1001011

Color Harmonies of #BDC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3BD

Black with #BDC3BD

Text Example


Text Example

White with #BDC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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