Html Css Color HEX #BCB0B9 Maverick

📋 copy color: '#BCB0B9'

red 188 ◦ green 176 ◦ blue 185

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

Shades of Maverick #BCB0B9

Tints of Maverick #BCB0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 34.24%
G = 32.06%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCB0B9 (or 0xBCB0B9) is known color: Maverick. HEX triplet: BC, B0 and B9. RGB value is (188,176,185). Sum of RGB (Red+Green+Blue) = 188+176+185=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B9 is #434F46. Grayscale: #B4B4B4. Windows color (decimal): -4411207 or 12169404. OLE color: 12169404.

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

Color convert

RGB 188 176 185 -
CMYK 0 0.06 0.02 0.26
HSL 315º 0.08% 0.71% -
HSV(B) 315º 0.06% 0.74% -
XYZ 45.02 45.24 52.26 -
YUV 180.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 188 176 185 0 0.06 0.02 0.26 315 0.08 0.71
Hex BC B0 B9 0 6 2 1A 13B 8 47
Octal 274 260 271 0 6 2 32 473 10 107
Binary 10111100 10110000 10111001 0 110 10 11010 100111011 1000 1000111

Color Harmonies of #BCB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0B9

Black with #BCB0B9

Text Example


Text Example

White with #BCB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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