Html Css Color HEX #BEB2B1 Pink Swan

📋 copy color: '#BEB2B1'

red 190 ◦ green 178 ◦ blue 177

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

Shades of Pink Swan #BEB2B1

Tints of Pink Swan #BEB2B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.48%

R = 34.86%
G = 32.66%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEB2B1 (or 0xBEB2B1) is known color: Pink Swan. HEX triplet: BE, B2 and B1. RGB value is (190,178,177). Sum of RGB (Red+Green+Blue) = 190+178+177=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2B1 is #414D4E. Grayscale: #B5B5B5. Windows color (decimal): -4279631 or 11645630. OLE color: 11645630.

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

Color convert

RGB 190 178 177 -
CMYK 0 0.06 0.07 0.25
HSL 4.62º 0.09% 0.72% -
HSV(B) 4.62º 0.07% 0.75% -
XYZ 45.09 45.96 48.09 -
YUV 181.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 190 178 177 0 0.06 0.07 0.25 4.62 0.09 0.72
Hex BE B2 B1 0 6 7 19 5 9 48
Octal 276 262 261 0 6 7 31 5 11 110
Binary 10111110 10110010 10110001 0 110 111 11001 101 1001 1001000

Color Harmonies of #BEB2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2B1

Black with #BEB2B1

Text Example


Text Example

White with #BEB2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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