Html Css Color HEX #BCB7BB Maverick

📋 copy color: '#BCB7BB'

red 188 ◦ green 183 ◦ blue 187

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

Shades of Maverick #BCB7BB

Tints of Maverick #BCB7BB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.8%

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 33.69%
G = 32.8%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB7BB (or 0xBCB7BB) is known color: Maverick. HEX triplet: BC, B7 and BB. RGB value is (188,183,187). Sum of RGB (Red+Green+Blue) = 188+183+187=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BB is #434844. Grayscale: #B8B8B8. Windows color (decimal): -4409413 or 12302268. OLE color: 12302268.

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

Color convert

RGB 188 183 187 -
CMYK 0 0.03 0.01 0.26
HSL 312º 0.04% 0.73% -
HSV(B) 312º 0.03% 0.74% -
XYZ 46.64 48.15 53.85 -
YUV 184.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 188 183 187 0 0.03 0.01 0.26 312 0.04 0.73
Hex BC B7 BB 0 3 1 1A 138 4 49
Octal 274 267 273 0 3 1 32 470 4 111
Binary 10111100 10110111 10111011 0 11 1 11010 100111000 100 1001001

Color Harmonies of #BCB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7BB

Black with #BCB7BB

Text Example


Text Example

White with #BCB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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