Html Css Color HEX #BDC5BD Paris White

📋 copy color: '#BDC5BD'

red 189 ◦ green 197 ◦ blue 189

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

Shades of Paris White #BDC5BD

Tints of Paris White #BDC5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.26%

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

R = 32.87%
G = 34.26%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#BDC5BD (or 0xBDC5BD) is known color: Paris White. HEX triplet: BD, C5 and BD. RGB value is (189,197,189). Sum of RGB (Red+Green+Blue) = 189+197+189=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BD is #423A42. Grayscale: #C1C1C1. Windows color (decimal): -4340291 or 12436925. OLE color: 12436925.

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

Color convert

RGB 189 197 189 -
CMYK 0.04 0 0.04 0.23
HSL 120º 0.06% 0.76% -
HSV(B) 120º 0.04% 0.77% -
XYZ 50.14 54.43 56.01 -
YUV 193.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 189 197 189 0.04 0 0.04 0.23 120 0.06 0.76
Hex BD C5 BD 4 0 4 17 78 6 4C
Octal 275 305 275 4 0 4 27 170 6 114
Binary 10111101 11000101 10111101 100 0 100 10111 1111000 110 1001100

Color Harmonies of #BDC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5BD

Black with #BDC5BD

Text Example


Text Example

White with #BDC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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