Html Css Color HEX #BCB6BA Maverick

📋 copy color: '#BCB6BA'

red 188 ◦ green 182 ◦ blue 186

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

Shades of Maverick #BCB6BA

Tints of Maverick #BCB6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 33.81%
G = 32.73%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB6BA (or 0xBCB6BA) is known color: Maverick. HEX triplet: BC, B6 and BA. RGB value is (188,182,186). Sum of RGB (Red+Green+Blue) = 188+182+186=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BA is #434945. Grayscale: #B8B8B8. Windows color (decimal): -4409670 or 12236476. OLE color: 12236476.

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

Color convert

RGB 188 182 186 -
CMYK 0 0.03 0.01 0.26
HSL 320º 0.04% 0.73% -
HSV(B) 320º 0.03% 0.74% -
XYZ 46.33 47.69 53.22 -
YUV 184.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 188 182 186 0 0.03 0.01 0.26 320 0.04 0.73
Hex BC B6 BA 0 3 1 1A 140 4 49
Octal 274 266 272 0 3 1 32 500 4 111
Binary 10111100 10110110 10111010 0 11 1 11010 101000000 100 1001001

Color Harmonies of #BCB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6BA

Black with #BCB6BA

Text Example


Text Example

White with #BCB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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