#BDBCBB

Color #BDBCBB Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #BDBCBB

Tints of Pale Slate #BDBCBB

Color information

#BDBCBB (or 0xBDBCBB) is unknown color: approx Pale Slate. HEX triplet: BD, BC and BB. RGB value is (189,188,187). Sum of RGB (Red+Green+Blue) = 189+188+187=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCBB is #424344. Grayscale: #BCBCBC. Windows color (decimal): -4342597 or 12303549. OLE color: 12303549.

HSL color Cylindrical-coordinate representation of color #BDBCBB: hue angle of 30º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBCBB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189188187-
CMYK00.010.010.26
HSL30º1.49%73.73%-
HSV(B)30º1.06%74.12%-
XYZ47.9450.3754.21-
YUV188.18127.33128.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=33.51%
G=33.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918818700.010.010.26301.4973.73
HexBDBCBB0111A1e14a
Octal27527427301132361112
Binary101111011011110010111011011110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCBB; }

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

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

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

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

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

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

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

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