Html Css Color HEX #BEB5B7 Pink Flare

📋 copy color: '#BEB5B7'

red 190 ◦ green 181 ◦ blue 183

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

Shades of Pink Flare #BEB5B7

Tints of Pink Flare #BEB5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.03%

R = 34.3%
G = 32.67%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BEB5B7 (or 0xBEB5B7) is known color: Pink Flare. HEX triplet: BE, B5 and B7. RGB value is (190,181,183). Sum of RGB (Red+Green+Blue) = 190+181+183=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5B7 is #414A48. Grayscale: #B7B7B7. Windows color (decimal): -4278857 or 12039614. OLE color: 12039614.

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

Color convert

RGB 190 181 183 -
CMYK 0 0.05 0.04 0.25
HSL 346.67º 0.06% 0.73% -
HSV(B) 346.67º 0.05% 0.75% -
XYZ 46.31 47.41 51.51 -
YUV 183.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 190 181 183 0 0.05 0.04 0.25 346.67 0.06 0.73
Hex BE B5 B7 0 5 4 19 15B 6 49
Octal 276 265 267 0 5 4 31 533 6 111
Binary 10111110 10110101 10110111 0 101 100 11001 101011011 110 1001001

Color Harmonies of #BEB5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5B7

Black with #BEB5B7

Text Example


Text Example

White with #BEB5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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