Html Css Color HEX #BCB1BA Maverick

📋 copy color: '#BCB1BA'

red 188 ◦ green 177 ◦ blue 186

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

Shades of Maverick #BCB1BA

Tints of Maverick #BCB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

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

R = 34.12%
G = 32.12%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB1BA (or 0xBCB1BA) is known color: Maverick. HEX triplet: BC, B1 and BA. RGB value is (188,177,186). Sum of RGB (Red+Green+Blue) = 188+177+186=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1BA is #434E45. Grayscale: #B5B5B5. Windows color (decimal): -4410950 or 12235196. OLE color: 12235196.

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

Color convert

RGB 188 177 186 -
CMYK 0 0.06 0.01 0.26
HSL 310.91º 0.08% 0.72% -
HSV(B) 310.91º 0.06% 0.74% -
XYZ 45.32 45.68 52.88 -
YUV 181.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 188 177 186 0 0.06 0.01 0.26 310.91 0.08 0.72
Hex BC B1 BA 0 6 1 1A 137 8 48
Octal 274 261 272 0 6 1 32 467 10 110
Binary 10111100 10110001 10111010 0 110 1 11010 100110111 1000 1001000

Color Harmonies of #BCB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1BA

Black with #BCB1BA

Text Example


Text Example

White with #BCB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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