Html Css Color HEX #BDC7BD Paris White

📋 copy color: '#BDC7BD'

red 189 ◦ green 199 ◦ blue 189

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

Shades of Paris White #BDC7BD

Tints of Paris White #BDC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.49%

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

R = 32.76%
G = 34.49%
B = 32.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#BDC7BD (or 0xBDC7BD) is known color: Paris White. HEX triplet: BD, C7 and BD. RGB value is (189,199,189). Sum of RGB (Red+Green+Blue) = 189+199+189=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BD is #423842. Grayscale: #C2C2C2. Windows color (decimal): -4339779 or 12437437. OLE color: 12437437.

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

Color convert

RGB 189 199 189 -
CMYK 0.05 0 0.05 0.22
HSL 120º 0.08% 0.76% -
HSV(B) 120º 0.05% 0.78% -
XYZ 50.6 55.34 56.16 -
YUV 194.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 189 199 189 0.05 0 0.05 0.22 120 0.08 0.76
Hex BD C7 BD 5 0 5 16 78 8 4C
Octal 275 307 275 5 0 5 26 170 10 114
Binary 10111101 11000111 10111101 101 0 101 10110 1111000 1000 1001100

Color Harmonies of #BDC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7BD

Black with #BDC7BD

Text Example


Text Example

White with #BDC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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