Html Css Color HEX #BEB2AF Pink Swan

📋 copy color: '#BEB2AF'

red 190 ◦ green 178 ◦ blue 175

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

Shades of Pink Swan #BEB2AF

Tints of Pink Swan #BEB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.78%

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

R = 34.99%
G = 32.78%
B = 32.23%

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

#BEB2AF (or 0xBEB2AF) is known color: Pink Swan. HEX triplet: BE, B2 and AF. RGB value is (190,178,175). Sum of RGB (Red+Green+Blue) = 190+178+175=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AF is #414D50. Grayscale: #B5B5B5. Windows color (decimal): -4279633 or 11514558. OLE color: 11514558.

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

Color convert

RGB 190 178 175 -
CMYK 0 0.06 0.08 0.25
HSL 12º 0.1% 0.72% -
HSV(B) 12º 0.08% 0.75% -
XYZ 44.89 45.88 47.05 -
YUV 181.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 190 178 175 0 0.06 0.08 0.25 12 0.1 0.72
Hex BE B2 AF 0 6 8 19 C A 48
Octal 276 262 257 0 6 10 31 14 12 110
Binary 10111110 10110010 10101111 0 110 1000 11001 1100 1010 1001000

Color Harmonies of #BEB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2AF

Black with #BEB2AF

Text Example


Text Example

White with #BEB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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