#BDC7BC

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

Shades of Paris White #BDC7BC

Tints of Paris White #BDC7BC

Color information

#BDC7BC (or 0xBDC7BC) is unknown color: approx Paris White. HEX triplet: BD, C7 and BC. RGB value is (189,199,188). Sum of RGB (Red+Green+Blue) = 189+199+188=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BC is #423843. Grayscale: #C2C2C2. Windows color (decimal): -4339780 or 12371901. OLE color: 12371901.

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

Color convert

RGB189199188-
CMYK0.0500.060.22
HSL114.55º8.94%75.88%-
HSV(B)114.55º5.53%78.04%-
XYZ50.4955.355.59-
YUV194.76124.19123.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=32.81%
G=34.55%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991880.0500.060.22114.558.9475.88
HexBDC7BC506167394c
Octal2753072745062616311114
Binary101111011100011110111100101011010110111001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7BC; }

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

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

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

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

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

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

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

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