Html Css Color HEX #BEBCBD Maverick

📋 copy color: '#BEBCBD'

red 190 ◦ green 188 ◦ blue 189

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

Shades of Maverick #BEBCBD

Tints of Maverick #BEBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 189 (74.22% from 255) = 33.33%

R = 33.51%
G = 33.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BEBCBD (or 0xBEBCBD) is known color: Maverick. HEX triplet: BE, BC and BD. RGB value is (190,188,189). Sum of RGB (Red+Green+Blue) = 190+188+189=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBD is #414342. Grayscale: #BCBCBC. Windows color (decimal): -4277059 or 12434622. OLE color: 12434622.

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

Color convert

RGB 190 188 189 -
CMYK 0 0.01 0.01 0.25
HSL 330º 0.02% 0.74% -
HSV(B) 330º 0.01% 0.75% -
XYZ 48.4 50.59 55.36 -
YUV 188.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 190 188 189 0 0.01 0.01 0.25 330 0.02 0.74
Hex BE BC BD 0 1 1 19 14A 2 4A
Octal 276 274 275 0 1 1 31 512 2 112
Binary 10111110 10111100 10111101 0 1 1 11001 101001010 10 1001010

Color Harmonies of #BEBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCBD

Black with #BEBCBD

Text Example


Text Example

White with #BEBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCBD; }

 p { color: rgb(190,188,189); }

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

background-color css

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

 a { background-color: rgb(190,188,189); }

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

border-color css

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

 span { border-color: rgb(190,188,189); }

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