#BDC9BC

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

Shades of Paris White #BDC9BC

Tints of Paris White #BDC9BC

Color information

#BDC9BC (or 0xBDC9BC) is unknown color: approx Paris White. HEX triplet: BD, C9 and BC. RGB value is (189,201,188). Sum of RGB (Red+Green+Blue) = 189+201+188=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BC is #423643. Grayscale: #C3C3C3. Windows color (decimal): -4339268 or 12372413. OLE color: 12372413.

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

Color convert

RGB189201188-
CMYK0.0600.060.21
HSL115.38º10.74%76.27%-
HSV(B)115.38º6.47%78.82%-
XYZ50.9556.2255.74-
YUV195.93123.52123.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=32.70%
G=34.78%
B=32.53%

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
Decimal1892011880.0600.060.21115.3810.7476.27
HexBDC9BC6061573b4c
Octal2753112746062516313114
Binary101111011100100110111100110011010101111001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9BC; }

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

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

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

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

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

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

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

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