Html Css Color HEX #BCBBBA Pale Slate

📋 copy color: '#BCBBBA'

red 188 ◦ green 187 ◦ blue 186

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

Shades of Pale Slate #BCBBBA

Tints of Pale Slate #BCBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 186 (73.05% 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

#BCBBBA (or 0xBCBBBA) is known color: Pale Slate. HEX triplet: BC, BB and BA. RGB value is (188,187,186). Sum of RGB (Red+Green+Blue) = 188+187+186=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBA is #434445. Grayscale: #BBBBBB. Windows color (decimal): -4408390 or 12237756. OLE color: 12237756.

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

Color convert

RGB 188 187 186 -
CMYK 0 0.01 0.01 0.26
HSL 30º 0.01% 0.73% -
HSV(B) 30º 0.01% 0.74% -
XYZ 47.37 49.78 53.57 -
YUV 187.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 188 187 186 0 0.01 0.01 0.26 30 0.01 0.73
Hex BC BB BA 0 1 1 1A 1E 1 49
Octal 274 273 272 0 1 1 32 36 1 111
Binary 10111100 10111011 10111010 0 1 1 11010 11110 1 1001001

Color Harmonies of #BCBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBBA

Black with #BCBBBA

Text Example


Text Example

White with #BCBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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