Html Css Color HEX #BDC1BD Paris White

📋 copy color: '#BDC1BD'

red 189 ◦ green 193 ◦ blue 189

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

Shades of Paris White #BDC1BD

Tints of Paris White #BDC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.8%

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

R = 33.1%
G = 33.8%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BDC1BD (or 0xBDC1BD) is known color: Paris White. HEX triplet: BD, C1 and BD. RGB value is (189,193,189). Sum of RGB (Red+Green+Blue) = 189+193+189=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1BD is #423E42. Grayscale: #BFBFBF. Windows color (decimal): -4341315 or 12435901. OLE color: 12435901.

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

Color convert

RGB 189 193 189 -
CMYK 0.02 0 0.02 0.24
HSL 120º 0.03% 0.75% -
HSV(B) 120º 0.02% 0.76% -
XYZ 49.24 52.63 55.71 -
YUV 191.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 189 193 189 0.02 0 0.02 0.24 120 0.03 0.75
Hex BD C1 BD 2 0 2 18 78 3 4B
Octal 275 301 275 2 0 2 30 170 3 113
Binary 10111101 11000001 10111101 10 0 10 11000 1111000 11 1001011

Color Harmonies of #BDC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1BD

Black with #BDC1BD

Text Example


Text Example

White with #BDC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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