Html Css Color HEX #BEB0BB Maverick

📋 copy color: '#BEB0BB'

red 190 ◦ green 176 ◦ blue 187

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

Shades of Maverick #BEB0BB

Tints of Maverick #BEB0BB

RGB

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

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

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

R = 34.36%
G = 31.83%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB0BB (or 0xBEB0BB) is known color: Maverick. HEX triplet: BE, B0 and BB. RGB value is (190,176,187). Sum of RGB (Red+Green+Blue) = 190+176+187=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0BB is #414F44. Grayscale: #B5B5B5. Windows color (decimal): -4280133 or 12300478. OLE color: 12300478.

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

Color convert

RGB 190 176 187 -
CMYK 0 0.07 0.02 0.25
HSL 312.86º 0.1% 0.72% -
HSV(B) 312.86º 0.07% 0.75% -
XYZ 45.73 45.59 53.4 -
YUV 181.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 190 176 187 0 0.07 0.02 0.25 312.86 0.1 0.72
Hex BE B0 BB 0 7 2 19 139 A 48
Octal 276 260 273 0 7 2 31 471 12 110
Binary 10111110 10110000 10111011 0 111 10 11001 100111001 1010 1001000

Color Harmonies of #BEB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0BB

Black with #BEB0BB

Text Example


Text Example

White with #BEB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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