Html Css Color HEX #BCB3BA Maverick

📋 copy color: '#BCB3BA'

red 188 ◦ green 179 ◦ blue 186

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

Shades of Maverick #BCB3BA

Tints of Maverick #BCB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.37%

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

R = 34%
G = 32.37%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB3BA (or 0xBCB3BA) is known color: Maverick. HEX triplet: BC, B3 and BA. RGB value is (188,179,186). Sum of RGB (Red+Green+Blue) = 188+179+186=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BA is #434C45. Grayscale: #B6B6B6. Windows color (decimal): -4410438 or 12235708. OLE color: 12235708.

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

Color convert

RGB 188 179 186 -
CMYK 0 0.05 0.01 0.26
HSL 313.33º 0.06% 0.72% -
HSV(B) 313.33º 0.05% 0.74% -
XYZ 45.72 46.48 53.02 -
YUV 182.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 188 179 186 0 0.05 0.01 0.26 313.33 0.06 0.72
Hex BC B3 BA 0 5 1 1A 139 6 48
Octal 274 263 272 0 5 1 32 471 6 110
Binary 10111100 10110011 10111010 0 101 1 11010 100111001 110 1001000

Color Harmonies of #BCB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3BA

Black with #BCB3BA

Text Example


Text Example

White with #BCB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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