Shades of Careys Pink #BD969C
Tints of Careys Pink #BD969C
RGB
CMYK
RGB Variations
Color information
#BD969C (or 0xBD969C) is known color: Careys Pink. HEX triplet: BD, 96 and 9C. RGB value is (189,150,156). Sum of RGB (Red+Green+Blue) = 189+150+156=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969C is #426963. Grayscale: #A2A2A2. Windows color (decimal): -4352356 or 10262205. OLE color: 10262205.
HSL color Cylindrical-coordinate representation of color #BD969C: hue angle of 350.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD969C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 156 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.26 |
| HSL | 350.77º | 0.23% | 0.66% | - |
| HSV(B) | 350.77º | 0.21% | 0.74% | - |
| XYZ | 37.89 | 35.03 | 36.22 | - |
| YUV | 162.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 156 | 0 | 0.21 | 0.17 | 0.26 | 350.77 | 0.23 | 0.66 |
| Hex | BD | 96 | 9C | 0 | 15 | 11 | 1A | 15F | 17 | 42 |
| Octal | 275 | 226 | 234 | 0 | 25 | 21 | 32 | 537 | 27 | 102 |
| Binary | 10111101 | 10010110 | 10011100 | 0 | 10101 | 10001 | 11010 | 101011111 | 10111 | 1000010 |
Color Harmonies of #BD969C
Complementary color
Monochromatic Colors of #BD969C
Black with #BD969C
Text Example
Text Example
White with #BD969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD969C; }
p { color: rgb(189,150,156); }
H1.HeaderClassName
{
color: #BD969C;
}
.AnyTagClassName
{
color: #BD969C;
}
</style>
background-color css
<style>
a { background-color: #BD969C; }
a { background-color: rgb(189,150,156); }
div.DivClassName
{
background-color: #BD969C;
}
.BgClassName
{
background-color: #BD969C;
}
</style>
border-color css
<style>
span { border-color: #BD969C; }
span { border-color: rgb(189,150,156); }
td.TdClassName
{
border-color: #BD969C;
}
.TagClassName
{
border-color: #BD969C;
}
</style>