#BDCABD

Color #BDCABD Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BDCABD

Tints of Paris White #BDCABD

Color information

#BDCABD (or 0xBDCABD) is unknown color: approx Paris White. HEX triplet: BD, CA and BD. RGB value is (189,202,189). Sum of RGB (Red+Green+Blue) = 189+202+189=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABD is #423542. Grayscale: #C4C4C4. Windows color (decimal): -4339011 or 12438205. OLE color: 12438205.

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

Color convert

RGB189202189-
CMYK0.0600.060.21
HSL120º10.92%76.67%-
HSV(B)120º6.44%79.22%-
XYZ51.2956.7356.39-
YUV196.63123.69122.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=32.59%
G=34.83%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021890.0600.060.2112010.9276.67
HexBDCABD6061578b4d
Octal2753122756062517013115
Binary101111011100101010111101110011010101111100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCABD; }

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

 H1.HeaderClassName
 {
   color: #BDCABD;
 }
 .AnyTagClassName
 {
   color: #BDCABD;
 }
</style>
background-color css

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

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

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

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

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

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