Html Css Color HEX #BCB5BB Maverick

📋 copy color: '#BCB5BB'

red 188 ◦ green 181 ◦ blue 187

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

Shades of Maverick #BCB5BB

Tints of Maverick #BCB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.55%

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

R = 33.81%
G = 32.55%
B = 33.63%

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

#BCB5BB (or 0xBCB5BB) is known color: Maverick. HEX triplet: BC, B5 and BB. RGB value is (188,181,187). Sum of RGB (Red+Green+Blue) = 188+181+187=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BB is #434A44. Grayscale: #B7B7B7. Windows color (decimal): -4409925 or 12301756. OLE color: 12301756.

HSL color Cylindrical-coordinate representation of color #BCB5BB: hue angle of 308.57º degrees, saturation: 0.05, 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 #BCB5BB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 187 -
CMYK 0 0.04 0.01 0.26
HSL 308.57º 0.05% 0.72% -
HSV(B) 308.57º 0.04% 0.74% -
XYZ 46.23 47.33 53.71 -
YUV 183.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 188 181 187 0 0.04 0.01 0.26 308.57 0.05 0.72
Hex BC B5 BB 0 4 1 1A 135 5 48
Octal 274 265 273 0 4 1 32 465 5 110
Binary 10111100 10110101 10111011 0 100 1 11010 100110101 101 1001000

Color Harmonies of #BCB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5BB

Black with #BCB5BB

Text Example


Text Example

White with #BCB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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