Html Css Color HEX #BEB5BB Maverick

📋 copy color: '#BEB5BB'

red 190 ◦ green 181 ◦ blue 187

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

Shades of Maverick #BEB5BB

Tints of Maverick #BEB5BB

RGB

 RED value IS 190 (74.61% from 255) = 34.05%

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

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

R = 34.05%
G = 32.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB5BB (or 0xBEB5BB) is known color: Maverick. HEX triplet: BE, B5 and BB. RGB value is (190,181,187). Sum of RGB (Red+Green+Blue) = 190+181+187=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BB is #414A44. Grayscale: #B8B8B8. Windows color (decimal): -4278853 or 12301758. OLE color: 12301758.

HSL color Cylindrical-coordinate representation of color #BEB5BB: hue angle of 320º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEB5BB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 187 -
CMYK 0 0.05 0.02 0.25
HSL 320º 0.06% 0.73% -
HSV(B) 320º 0.05% 0.75% -
XYZ 46.73 47.58 53.74 -
YUV 184.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 190 181 187 0 0.05 0.02 0.25 320 0.06 0.73
Hex BE B5 BB 0 5 2 19 140 6 49
Octal 276 265 273 0 5 2 31 500 6 111
Binary 10111110 10110101 10111011 0 101 10 11001 101000000 110 1001001

Color Harmonies of #BEB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5BB

Black with #BEB5BB

Text Example


Text Example

White with #BEB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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