Html Css Color HEX #BCB6B8 Maverick

📋 copy color: '#BCB6B8'

red 188 ◦ green 182 ◦ blue 184

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

Shades of Maverick #BCB6B8

Tints of Maverick #BCB6B8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.85%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 33.94%
G = 32.85%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCB6B8 (or 0xBCB6B8) is known color: Maverick. HEX triplet: BC, B6 and B8. RGB value is (188,182,184). Sum of RGB (Red+Green+Blue) = 188+182+184=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6B8 is #434947. Grayscale: #B8B8B8. Windows color (decimal): -4409672 or 12105404. OLE color: 12105404.

HSL color Cylindrical-coordinate representation of color #BCB6B8: hue angle of 340º 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 #BCB6B8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 184 -
CMYK 0 0.03 0.02 0.26
HSL 340º 0.04% 0.73% -
HSV(B) 340º 0.03% 0.74% -
XYZ 46.12 47.61 52.11 -
YUV 184.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 188 182 184 0 0.03 0.02 0.26 340 0.04 0.73
Hex BC B6 B8 0 3 2 1A 154 4 49
Octal 274 266 270 0 3 2 32 524 4 111
Binary 10111100 10110110 10111000 0 11 10 11010 101010100 100 1001001

Color Harmonies of #BCB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6B8

Black with #BCB6B8

Text Example


Text Example

White with #BCB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6B8; }

 p { color: rgb(188,182,184); }

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

background-color css

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

 a { background-color: rgb(188,182,184); }

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

border-color css

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

 span { border-color: rgb(188,182,184); }

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