Html Css Color HEX #BCB0BA Maverick

📋 copy color: '#BCB0BA'

red 188 ◦ green 176 ◦ blue 186

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

Shades of Maverick #BCB0BA

Tints of Maverick #BCB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

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

R = 34.18%
G = 32%
B = 33.82%

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

#BCB0BA (or 0xBCB0BA) is known color: Maverick. HEX triplet: BC, B0 and BA. RGB value is (188,176,186). Sum of RGB (Red+Green+Blue) = 188+176+186=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0BA is #434F45. Grayscale: #B4B4B4. Windows color (decimal): -4411206 or 12234940. OLE color: 12234940.

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

Color convert

RGB 188 176 186 -
CMYK 0 0.06 0.01 0.26
HSL 310º 0.08% 0.71% -
HSV(B) 310º 0.06% 0.74% -
XYZ 45.13 45.29 52.82 -
YUV 180.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 188 176 186 0 0.06 0.01 0.26 310 0.08 0.71
Hex BC B0 BA 0 6 1 1A 136 8 47
Octal 274 260 272 0 6 1 32 466 10 107
Binary 10111100 10110000 10111010 0 110 1 11010 100110110 1000 1000111

Color Harmonies of #BCB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0BA

Black with #BCB0BA

Text Example


Text Example

White with #BCB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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