Html Css Color HEX #BCB9BA Maverick

📋 copy color: '#BCB9BA'

red 188 ◦ green 185 ◦ blue 186

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

Shades of Maverick #BCB9BA

Tints of Maverick #BCB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 33.63%
G = 33.09%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB9BA (or 0xBCB9BA) is known color: Maverick. HEX triplet: BC, B9 and BA. RGB value is (188,185,186). Sum of RGB (Red+Green+Blue) = 188+185+186=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BA is #434645. Grayscale: #BABABA. Windows color (decimal): -4408902 or 12237244. OLE color: 12237244.

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

Color convert

RGB 188 185 186 -
CMYK 0 0.02 0.01 0.26
HSL 340º 0.02% 0.73% -
HSV(B) 340º 0.02% 0.74% -
XYZ 46.95 48.93 53.43 -
YUV 186.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 188 185 186 0 0.02 0.01 0.26 340 0.02 0.73
Hex BC B9 BA 0 2 1 1A 154 2 49
Octal 274 271 272 0 2 1 32 524 2 111
Binary 10111100 10111001 10111010 0 10 1 11010 101010100 10 1001001

Color Harmonies of #BCB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9BA

Black with #BCB9BA

Text Example


Text Example

White with #BCB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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