Html Css Color HEX #BEB6B6 Pink Swan

📋 copy color: '#BEB6B6'

red 190 ◦ green 182 ◦ blue 182

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

Shades of Pink Swan #BEB6B6

Tints of Pink Swan #BEB6B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 34.3%
G = 32.85%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BEB6B6 (or 0xBEB6B6) is known color: Pink Swan. HEX triplet: BE, B6 and B6. RGB value is (190,182,182). Sum of RGB (Red+Green+Blue) = 190+182+182=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6B6 is #414949. Grayscale: #B8B8B8. Windows color (decimal): -4278602 or 11974334. OLE color: 11974334.

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

Color convert

RGB 190 182 182 -
CMYK 0 0.04 0.04 0.25
HSL 0.06% 0.73% -
HSV(B) 0.04% 0.75% -
XYZ 46.41 47.78 51.03 -
YUV 184.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 190 182 182 0 0.04 0.04 0.25 0 0.06 0.73
Hex BE B6 B6 0 4 4 19 0 6 49
Octal 276 266 266 0 4 4 31 0 6 111
Binary 10111110 10110110 10110110 0 100 100 11001 0 110 1001001

Color Harmonies of #BEB6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6B6

Black with #BEB6B6

Text Example


Text Example

White with #BEB6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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