Html Css Color HEX #BEB0B3 Pink Flare

📋 copy color: '#BEB0B3'

red 190 ◦ green 176 ◦ blue 179

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

Shades of Pink Flare #BEB0B3

Tints of Pink Flare #BEB0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 34.86%
G = 32.29%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEB0B3 (or 0xBEB0B3) is known color: Pink Flare. HEX triplet: BE, B0 and B3. RGB value is (190,176,179). Sum of RGB (Red+Green+Blue) = 190+176+179=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0B3 is #414F4C. Grayscale: #B4B4B4. Windows color (decimal): -4280141 or 11776190. OLE color: 11776190.

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

Color convert

RGB 190 176 179 -
CMYK 0 0.07 0.06 0.25
HSL 347.14º 0.1% 0.72% -
HSV(B) 347.14º 0.07% 0.75% -
XYZ 44.9 45.25 49.02 -
YUV 180.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 190 176 179 0 0.07 0.06 0.25 347.14 0.1 0.72
Hex BE B0 B3 0 7 6 19 15B A 48
Octal 276 260 263 0 7 6 31 533 12 110
Binary 10111110 10110000 10110011 0 111 110 11001 101011011 1010 1001000

Color Harmonies of #BEB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0B3

Black with #BEB0B3

Text Example


Text Example

White with #BEB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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