#BDCAC0

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

Shades of Paris White #BDCAC0

Tints of Paris White #BDCAC0

Color information

#BDCAC0 (or 0xBDCAC0) is unknown color: approx Paris White. HEX triplet: BD, CA and C0. RGB value is (189,202,192). Sum of RGB (Red+Green+Blue) = 189+202+192=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC0 is #42353F. Grayscale: #C5C5C5. Windows color (decimal): -4339008 or 12634813. OLE color: 12634813.

HSL color Cylindrical-coordinate representation of color #BDCAC0: hue angle of 133.85º 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 #BDCAC0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB189202192-
CMYK0.0600.050.21
HSL133.85º10.92%76.67%-
HSV(B)133.85º6.44%79.22%-
XYZ51.6256.8758.12-
YUV196.97125.19122.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=32.42%
G=34.65%
B=32.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021920.0600.050.21133.8510.9276.67
HexBDCAC06051586b4d
Octal2753123006052520613115
Binary1011110111001010110000001100101101011000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC0; }

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

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

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

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

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

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

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

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