Html Css Color HEX #BDCDBD Paris White

📋 copy color: '#BDCDBD'

red 189 ◦ green 205 ◦ blue 189

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

Shades of Paris White #BDCDBD

Tints of Paris White #BDCDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.16%

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

R = 32.42%
G = 35.16%
B = 32.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#BDCDBD (or 0xBDCDBD) is known color: Paris White. HEX triplet: BD, CD and BD. RGB value is (189,205,189). Sum of RGB (Red+Green+Blue) = 189+205+189=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDBD is #423242. Grayscale: #C6C6C6. Windows color (decimal): -4338243 or 12438973. OLE color: 12438973.

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

Color convert

RGB 189 205 189 -
CMYK 0.08 0 0.08 0.20
HSL 120º 0.14% 0.77% -
HSV(B) 120º 0.08% 0.8% -
XYZ 52 58.16 56.63 -
YUV 198.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 189 205 189 0.08 0 0.08 0.20 120 0.14 0.77
Hex BD CD BD 8 0 8 14 78 E 4D
Octal 275 315 275 10 0 10 24 170 16 115
Binary 10111101 11001101 10111101 1000 0 1000 10100 1111000 1110 1001101

Color Harmonies of #BDCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDBD

Black with #BDCDBD

Text Example


Text Example

White with #BDCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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