Html Css Color HEX #BEB3AF Pink Swan

📋 copy color: '#BEB3AF'

red 190 ◦ green 179 ◦ blue 175

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

Shades of Pink Swan #BEB3AF

Tints of Pink Swan #BEB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.9%

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 34.93%
G = 32.9%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEB3AF (or 0xBEB3AF) is known color: Pink Swan. HEX triplet: BE, B3 and AF. RGB value is (190,179,175). Sum of RGB (Red+Green+Blue) = 190+179+175=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AF is #414C50. Grayscale: #B5B5B5. Windows color (decimal): -4279377 or 11514814. OLE color: 11514814.

HSL color Cylindrical-coordinate representation of color #BEB3AF: hue angle of 16º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB3AF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 175 -
CMYK 0 0.06 0.08 0.25
HSL 16º 0.1% 0.72% -
HSV(B) 16º 0.08% 0.75% -
XYZ 45.09 46.28 47.11 -
YUV 181.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 190 179 175 0 0.06 0.08 0.25 16 0.1 0.72
Hex BE B3 AF 0 6 8 19 10 A 48
Octal 276 263 257 0 6 10 31 20 12 110
Binary 10111110 10110011 10101111 0 110 1000 11001 10000 1010 1001000

Color Harmonies of #BEB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3AF

Black with #BEB3AF

Text Example


Text Example

White with #BEB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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