Html Css Color HEX #BEB4BB Maverick

📋 copy color: '#BEB4BB'

red 190 ◦ green 180 ◦ blue 187

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

Shades of Maverick #BEB4BB

Tints of Maverick #BEB4BB

RGB

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

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

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

R = 34.11%
G = 32.32%
B = 33.57%

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

#BEB4BB (or 0xBEB4BB) is known color: Maverick. HEX triplet: BE, B4 and BB. RGB value is (190,180,187). Sum of RGB (Red+Green+Blue) = 190+180+187=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4BB is #414B44. Grayscale: #B7B7B7. Windows color (decimal): -4279109 or 12301502. OLE color: 12301502.

HSL color Cylindrical-coordinate representation of color #BEB4BB: hue angle of 318º degrees, saturation: 0.07, 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 #BEB4BB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 187 -
CMYK 0 0.05 0.02 0.25
HSL 318º 0.07% 0.73% -
HSV(B) 318º 0.05% 0.75% -
XYZ 46.53 47.18 53.67 -
YUV 183.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 190 180 187 0 0.05 0.02 0.25 318 0.07 0.73
Hex BE B4 BB 0 5 2 19 13E 7 49
Octal 276 264 273 0 5 2 31 476 7 111
Binary 10111110 10110100 10111011 0 101 10 11001 100111110 111 1001001

Color Harmonies of #BEB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4BB

Black with #BEB4BB

Text Example


Text Example

White with #BEB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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