Html Css Color HEX #BCB4BB Maverick

📋 copy color: '#BCB4BB'

red 188 ◦ green 180 ◦ blue 187

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

Shades of Maverick #BCB4BB

Tints of Maverick #BCB4BB

RGB

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

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

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

R = 33.87%
G = 32.43%
B = 33.69%

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

#BCB4BB (or 0xBCB4BB) is known color: Maverick. HEX triplet: BC, B4 and BB. RGB value is (188,180,187). Sum of RGB (Red+Green+Blue) = 188+180+187=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BB is #434B44. Grayscale: #B7B7B7. Windows color (decimal): -4410181 or 12301500. OLE color: 12301500.

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

Color convert

RGB 188 180 187 -
CMYK 0 0.04 0.01 0.26
HSL 307.5º 0.06% 0.72% -
HSV(B) 307.5º 0.04% 0.74% -
XYZ 46.03 46.92 53.64 -
YUV 183.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 188 180 187 0 0.04 0.01 0.26 307.5 0.06 0.72
Hex BC B4 BB 0 4 1 1A 134 6 48
Octal 274 264 273 0 4 1 32 464 6 110
Binary 10111100 10110100 10111011 0 100 1 11010 100110100 110 1001000

Color Harmonies of #BCB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4BB

Black with #BCB4BB

Text Example


Text Example

White with #BCB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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