Html Css Color HEX #BDBCBB Pale Slate

📋 copy color: '#BDBCBB'

red 189 ◦ green 188 ◦ blue 187

#BDBCBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #BDBCBB

Tints of Pale Slate #BDBCBB

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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDBCBB (or 0xBDBCBB) is known color: 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

RGB 189 188 187 -
CMYK 0 0.01 0.01 0.26
HSL 30º 0.01% 0.74% -
HSV(B) 30º 0.01% 0.74% -
XYZ 47.94 50.37 54.21 -
YUV 188.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 189 188 187 0 0.01 0.01 0.26 30 0.01 0.74
Hex BD BC BB 0 1 1 1A 1E 1 4A
Octal 275 274 273 0 1 1 32 36 1 112
Binary 10111101 10111100 10111011 0 1 1 11010 11110 1 1001010

Color Harmonies of #BDBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCBB

Black with #BDBCBB

Text Example


Text Example

White with #BDBCBB

Text Example


Text Example

HTML Codes & Css Web 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>