Html Css Color HEX #BEB6B5 Pink Swan

📋 copy color: '#BEB6B5'

red 190 ◦ green 182 ◦ blue 181

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

Shades of Pink Swan #BEB6B5

Tints of Pink Swan #BEB6B5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.91%

 BLUE value IS 181 (71.09% from 255) = 32.73%

R = 34.36%
G = 32.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BEB6B5 (or 0xBEB6B5) is known color: Pink Swan. HEX triplet: BE, B6 and B5. RGB value is (190,182,181). Sum of RGB (Red+Green+Blue) = 190+182+181=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6B5 is #41494A. Grayscale: #B8B8B8. Windows color (decimal): -4278603 or 11908798. OLE color: 11908798.

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

Color convert

RGB 190 182 181 -
CMYK 0 0.04 0.05 0.25
HSL 6.67º 0.06% 0.73% -
HSV(B) 6.67º 0.05% 0.75% -
XYZ 46.3 47.74 50.49 -
YUV 184.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 190 182 181 0 0.04 0.05 0.25 6.67 0.06 0.73
Hex BE B6 B5 0 4 5 19 7 6 49
Octal 276 266 265 0 4 5 31 7 6 111
Binary 10111110 10110110 10110101 0 100 101 11001 111 110 1001001

Color Harmonies of #BEB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6B5

Black with #BEB6B5

Text Example


Text Example

White with #BEB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6B5; }

 p { color: rgb(190,182,181); }

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

background-color css

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

 a { background-color: rgb(190,182,181); }

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

border-color css

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

 span { border-color: rgb(190,182,181); }

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