Html Css Color HEX #BCB7BA Maverick

📋 copy color: '#BCB7BA'

red 188 ◦ green 183 ◦ blue 186

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

Shades of Maverick #BCB7BA

Tints of Maverick #BCB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.85%

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

R = 33.75%
G = 32.85%
B = 33.39%

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

#BCB7BA (or 0xBCB7BA) is known color: Maverick. HEX triplet: BC, B7 and BA. RGB value is (188,183,186). Sum of RGB (Red+Green+Blue) = 188+183+186=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BA is #434845. Grayscale: #B8B8B8. Windows color (decimal): -4409414 or 12236732. OLE color: 12236732.

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

Color convert

RGB 188 183 186 -
CMYK 0 0.03 0.01 0.26
HSL 324º 0.04% 0.73% -
HSV(B) 324º 0.03% 0.74% -
XYZ 46.54 48.1 53.29 -
YUV 184.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 188 183 186 0 0.03 0.01 0.26 324 0.04 0.73
Hex BC B7 BA 0 3 1 1A 144 4 49
Octal 274 267 272 0 3 1 32 504 4 111
Binary 10111100 10110111 10111010 0 11 1 11010 101000100 100 1001001

Color Harmonies of #BCB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7BA

Black with #BCB7BA

Text Example


Text Example

White with #BCB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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