Shades of Pink Swan #B6B3B3
Tints of Pink Swan #B6B3B3
RGB
CMYK
RGB Variations
Color information
#B6B3B3 (or 0xB6B3B3) is known color: Pink Swan. HEX triplet: B6, B3 and B3. RGB value is (182,179,179). Sum of RGB (Red+Green+Blue) = 182+179+179=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3B3 is #494C4C. Grayscale: #B3B3B3. Windows color (decimal): -4803661 or 11776950. OLE color: 11776950.
HSL color Cylindrical-coordinate representation of color #B6B3B3: hue angle of 0º degrees, saturation: 0.02, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B3B3 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 179 | 179 | - |
CMYK | 0 | 0.02 | 0.02 | 0.29 |
HSL | 0º | 0.02% | 0.71% | - |
HSV(B) | 0º | 0.02% | 0.71% | - |
XYZ | 43.55 | 45.44 | 49.12 | - |
YUV | 179.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 179 | 179 | 0 | 0.02 | 0.02 | 0.29 | 0 | 0.02 | 0.71 |
Hex | B6 | B3 | B3 | 0 | 2 | 2 | 1D | 0 | 2 | 47 |
Octal | 266 | 263 | 263 | 0 | 2 | 2 | 35 | 0 | 2 | 107 |
Binary | 10110110 | 10110011 | 10110011 | 0 | 10 | 10 | 11101 | 0 | 10 | 1000111 |
Color Harmonies of #B6B3B3
Complementary color
Monochromatic Colors of #B6B3B3
Black with #B6B3B3
Text Example
Text Example
White with #B6B3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B3B3; }
p { color: rgb(182,179,179); }
H1.HeaderClassName
{
color: #B6B3B3;
}
.AnyTagClassName
{
color: #B6B3B3;
}
</style>
background-color css
<style>
a { background-color: #B6B3B3; }
a { background-color: rgb(182,179,179); }
div.DivClassName
{
background-color: #B6B3B3;
}
.BgClassName
{
background-color: #B6B3B3;
}
</style>
border-color css
<style>
span { border-color: #B6B3B3; }
span { border-color: rgb(182,179,179); }
td.TdClassName
{
border-color: #B6B3B3;
}
.TagClassName
{
border-color: #B6B3B3;
}
</style>