Html Css Color HEX #BEB9BA Pink Flare

📋 copy color: '#BEB9BA'

red 190 ◦ green 185 ◦ blue 186

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

Shades of Pink Flare #BEB9BA

Tints of Pink Flare #BEB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.98%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 33.87%
G = 32.98%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB9BA (or 0xBEB9BA) is known color: Pink Flare. HEX triplet: BE, B9 and BA. RGB value is (190,185,186). Sum of RGB (Red+Green+Blue) = 190+185+186=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9BA is #414645. Grayscale: #BABABA. Windows color (decimal): -4277830 or 12237246. OLE color: 12237246.

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

Color convert

RGB 190 185 186 -
CMYK 0 0.03 0.02 0.25
HSL 348º 0.04% 0.74% -
HSV(B) 348º 0.03% 0.75% -
XYZ 47.45 49.19 53.45 -
YUV 186.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 190 185 186 0 0.03 0.02 0.25 348 0.04 0.74
Hex BE B9 BA 0 3 2 19 15C 4 4A
Octal 276 271 272 0 3 2 31 534 4 112
Binary 10111110 10111001 10111010 0 11 10 11001 101011100 100 1001010

Color Harmonies of #BEB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9BA

Black with #BEB9BA

Text Example


Text Example

White with #BEB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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