Html Css Color HEX #BCB4BA Maverick

📋 copy color: '#BCB4BA'

red 188 ◦ green 180 ◦ blue 186

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

Shades of Maverick #BCB4BA

Tints of Maverick #BCB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

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

R = 33.94%
G = 32.49%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB4BA (or 0xBCB4BA) is known color: Maverick. HEX triplet: BC, B4 and BA. RGB value is (188,180,186). Sum of RGB (Red+Green+Blue) = 188+180+186=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BA is #434B45. Grayscale: #B7B7B7. Windows color (decimal): -4410182 or 12235964. OLE color: 12235964.

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

Color convert

RGB 188 180 186 -
CMYK 0 0.04 0.01 0.26
HSL 315º 0.06% 0.72% -
HSV(B) 315º 0.04% 0.74% -
XYZ 45.92 46.88 53.08 -
YUV 183.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 188 180 186 0 0.04 0.01 0.26 315 0.06 0.72
Hex BC B4 BA 0 4 1 1A 13B 6 48
Octal 274 264 272 0 4 1 32 473 6 110
Binary 10111100 10110100 10111010 0 100 1 11010 100111011 110 1001000

Color Harmonies of #BCB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4BA

Black with #BCB4BA

Text Example


Text Example

White with #BCB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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