Html Css Color HEX #BFBCB9 Pale Slate

📋 copy color: '#BFBCB9'

red 191 ◦ green 188 ◦ blue 185

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

Shades of Pale Slate #BFBCB9

Tints of Pale Slate #BFBCB9

RGB

 RED value IS 191 (75% from 255) = 33.87%

 GREEN value IS 188 (73.83% from 255) = 33.33%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 33.87%
G = 33.33%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFBCB9 (or 0xBFBCB9) is known color: Pale Slate. HEX triplet: BF, BC and B9. RGB value is (191,188,185). Sum of RGB (Red+Green+Blue) = 191+188+185=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB9 is #404346. Grayscale: #BCBCBC. Windows color (decimal): -4211527 or 12172479. OLE color: 12172479.

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

Color convert

RGB 191 188 185 -
CMYK 0 0.02 0.03 0.25
HSL 30º 0.04% 0.74% -
HSV(B) 30º 0.03% 0.75% -
XYZ 48.23 50.55 53.11 -
YUV 188.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 191 188 185 0 0.02 0.03 0.25 30 0.04 0.74
Hex BF BC B9 0 2 3 19 1E 4 4A
Octal 277 274 271 0 2 3 31 36 4 112
Binary 10111111 10111100 10111001 0 10 11 11001 11110 100 1001010

Color Harmonies of #BFBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCB9

Black with #BFBCB9

Text Example


Text Example

White with #BFBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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