Html Css Color HEX #BCB9B7 Pale Slate

📋 copy color: '#BCB9B7'

red 188 ◦ green 185 ◦ blue 183

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

Shades of Pale Slate #BCB9B7

Tints of Pale Slate #BCB9B7

RGB

 RED value IS 188 (73.83% from 255) = 33.81%

 GREEN value IS 185 (72.66% from 255) = 33.27%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 33.81%
G = 33.27%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCB9B7 (or 0xBCB9B7) is known color: Pale Slate. HEX triplet: BC, B9 and B7. RGB value is (188,185,183). Sum of RGB (Red+Green+Blue) = 188+185+183=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B7 is #434648. Grayscale: #B9B9B9. Windows color (decimal): -4408905 or 12040636. OLE color: 12040636.

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

Color convert

RGB 188 185 183 -
CMYK 0 0.02 0.03 0.26
HSL 24º 0.04% 0.73% -
HSV(B) 24º 0.03% 0.74% -
XYZ 46.64 48.81 51.76 -
YUV 185.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 188 185 183 0 0.02 0.03 0.26 24 0.04 0.73
Hex BC B9 B7 0 2 3 1A 18 4 49
Octal 274 271 267 0 2 3 32 30 4 111
Binary 10111100 10111001 10110111 0 10 11 11010 11000 100 1001001

Color Harmonies of #BCB9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9B7

Black with #BCB9B7

Text Example


Text Example

White with #BCB9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9B7; }

 p { color: rgb(188,185,183); }

 H1.HeaderClassName
 {
   color: #BCB9B7;
 }
 .AnyTagClassName
 {
   color: #BCB9B7;
 }
</style>

background-color css

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

 a { background-color: rgb(188,185,183); }

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

border-color css

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

 span { border-color: rgb(188,185,183); }

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