#BDCBBC

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

Shades of Paris White #BDCBBC

Tints of Paris White #BDCBBC

Color information

#BDCBBC (or 0xBDCBBC) is unknown color: approx Paris White. HEX triplet: BD, CB and BC. RGB value is (189,203,188). Sum of RGB (Red+Green+Blue) = 189+203+188=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBBC is #423443. Grayscale: #C5C5C5. Windows color (decimal): -4338756 or 12372925. OLE color: 12372925.

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

Color convert

RGB189203188-
CMYK0.0700.070.20
HSL116º12.61%76.67%-
HSV(B)116º7.39%79.61%-
XYZ51.4257.1655.9-
YUV197.1122.86122.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=32.59%
G=35%
B=32.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031880.0700.070.2011612.6176.67
HexBDCBBC7071474d4d
Octal2753132747072416415115
Binary101111011100101110111100111011110100111010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBBC; }

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

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

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

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

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

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

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

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