Html Css Color HEX #BCABB7 Maverick

📋 copy color: '#BCABB7'

red 188 ◦ green 171 ◦ blue 183

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

Shades of Maverick #BCABB7

Tints of Maverick #BCABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

 BLUE value IS 183 (71.88% from 255) = 33.76%

R = 34.69%
G = 31.55%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCABB7 (or 0xBCABB7) is known color: Maverick. HEX triplet: BC, AB and B7. RGB value is (188,171,183). Sum of RGB (Red+Green+Blue) = 188+171+183=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB7 is #435448. Grayscale: #B1B1B1. Windows color (decimal): -4412489 or 12037052. OLE color: 12037052.

HSL color Cylindrical-coordinate representation of color #BCABB7: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCABB7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 183 -
CMYK 0 0.09 0.03 0.26
HSL 317.65º 0.11% 0.7% -
HSV(B) 317.65º 0.09% 0.74% -
XYZ 43.85 43.24 50.83 -
YUV 177.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 188 171 183 0 0.09 0.03 0.26 317.65 0.11 0.7
Hex BC AB B7 0 9 3 1A 13E B 46
Octal 274 253 267 0 11 3 32 476 13 106
Binary 10111100 10101011 10110111 0 1001 11 11010 100111110 1011 1000110

Color Harmonies of #BCABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB7

Black with #BCABB7

Text Example


Text Example

White with #BCABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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