Html Css Color HEX #BDC2BD Paris White

📋 copy color: '#BDC2BD'

red 189 ◦ green 194 ◦ blue 189

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

Shades of Paris White #BDC2BD

Tints of Paris White #BDC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

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

R = 33.04%
G = 33.92%
B = 33.04%

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

#BDC2BD (or 0xBDC2BD) is known color: Paris White. HEX triplet: BD, C2 and BD. RGB value is (189,194,189). Sum of RGB (Red+Green+Blue) = 189+194+189=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2BD is #423D42. Grayscale: #BFBFBF. Windows color (decimal): -4341059 or 12436157. OLE color: 12436157.

HSL color Cylindrical-coordinate representation of color #BDC2BD: hue angle of 120º degrees, saturation: 0.04, 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 #BDC2BD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 189 -
CMYK 0.03 0 0.03 0.24
HSL 120º 0.04% 0.75% -
HSV(B) 120º 0.03% 0.76% -
XYZ 49.46 53.08 55.78 -
YUV 191.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 189 194 189 0.03 0 0.03 0.24 120 0.04 0.75
Hex BD C2 BD 3 0 3 18 78 4 4B
Octal 275 302 275 3 0 3 30 170 4 113
Binary 10111101 11000010 10111101 11 0 11 11000 1111000 100 1001011

Color Harmonies of #BDC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2BD

Black with #BDC2BD

Text Example


Text Example

White with #BDC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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