Html Css Color HEX #BEB8B9 Pink Flare

📋 copy color: '#BEB8B9'

red 190 ◦ green 184 ◦ blue 185

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

Shades of Pink Flare #BEB8B9

Tints of Pink Flare #BEB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 33.99%
G = 32.92%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEB8B9 (or 0xBEB8B9) is known color: Pink Flare. HEX triplet: BE, B8 and B9. RGB value is (190,184,185). Sum of RGB (Red+Green+Blue) = 190+184+185=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8B9 is #414746. Grayscale: #B9B9B9. Windows color (decimal): -4278087 or 12171454. OLE color: 12171454.

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

Color convert

RGB 190 184 185 -
CMYK 0 0.03 0.03 0.25
HSL 350º 0.04% 0.73% -
HSV(B) 350º 0.03% 0.75% -
XYZ 47.13 48.73 52.82 -
YUV 185.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 190 184 185 0 0.03 0.03 0.25 350 0.04 0.73
Hex BE B8 B9 0 3 3 19 15E 4 49
Octal 276 270 271 0 3 3 31 536 4 111
Binary 10111110 10111000 10111001 0 11 11 11001 101011110 100 1001001

Color Harmonies of #BEB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8B9

Black with #BEB8B9

Text Example


Text Example

White with #BEB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8B9; }

 p { color: rgb(190,184,185); }

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

background-color css

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

 a { background-color: rgb(190,184,185); }

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

border-color css

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

 span { border-color: rgb(190,184,185); }

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