Shades of Pink Swan #BCB2B2
Tints of Pink Swan #BCB2B2
RGB
CMYK
RGB Variations
Color information
#BCB2B2 (or 0xBCB2B2) is known color: Pink Swan. HEX triplet: BC, B2 and B2. RGB value is (188,178,178). Sum of RGB (Red+Green+Blue) = 188+178+178=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2B2 is #434D4D. Grayscale: #B5B5B5. Windows color (decimal): -4410702 or 11711164. OLE color: 11711164.
HSL color Cylindrical-coordinate representation of color #BCB2B2: hue angle of 0º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB2B2 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 178 | 178 | - |
CMYK | 0 | 0.05 | 0.05 | 0.26 |
HSL | 0º | 0.07% | 0.72% | - |
HSV(B) | 0º | 0.05% | 0.74% | - |
XYZ | 44.7 | 45.75 | 48.59 | - |
YUV | 180.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 178 | 178 | 0 | 0.05 | 0.05 | 0.26 | 0 | 0.07 | 0.72 |
Hex | BC | B2 | B2 | 0 | 5 | 5 | 1A | 0 | 7 | 48 |
Octal | 274 | 262 | 262 | 0 | 5 | 5 | 32 | 0 | 7 | 110 |
Binary | 10111100 | 10110010 | 10110010 | 0 | 101 | 101 | 11010 | 0 | 111 | 1001000 |
Color Harmonies of #BCB2B2
Complementary color
Monochromatic Colors of #BCB2B2
Black with #BCB2B2
Text Example
Text Example
White with #BCB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2B2; }
p { color: rgb(188,178,178); }
H1.HeaderClassName
{
color: #BCB2B2;
}
.AnyTagClassName
{
color: #BCB2B2;
}
</style>
background-color css
<style>
a { background-color: #BCB2B2; }
a { background-color: rgb(188,178,178); }
div.DivClassName
{
background-color: #BCB2B2;
}
.BgClassName
{
background-color: #BCB2B2;
}
</style>
border-color css
<style>
span { border-color: #BCB2B2; }
span { border-color: rgb(188,178,178); }
td.TdClassName
{
border-color: #BCB2B2;
}
.TagClassName
{
border-color: #BCB2B2;
}
</style>