Shades of Periwinkle #BDC4DB
Tints of Periwinkle #BDC4DB
RGB
CMYK
RGB Variations
Color information
#BDC4DB (or 0xBDC4DB) is known color: Periwinkle. HEX triplet: BD, C4 and DB. RGB value is (189,196,219). Sum of RGB (Red+Green+Blue) = 189+196+219=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DB is #423B24. Grayscale: #C4C4C4. Windows color (decimal): -4340517 or 14402749. OLE color: 14402749.
HSL color Cylindrical-coordinate representation of color #BDC4DB: hue angle of 226º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC4DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 196 | 219 | - |
CMYK | 0.14 | 0.11 | 0 | 0.14 |
HSL | 226º | 0.29% | 0.8% | - |
HSV(B) | 226º | 0.14% | 0.86% | - |
XYZ | 53.51 | 55.41 | 74.89 | - |
YUV | 196.53 | 140.68 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 219 | 0.14 | 0.11 | 0 | 0.14 | 226 | 0.29 | 0.8 |
Hex | BD | C4 | DB | E | B | 0 | E | E2 | 1D | 50 |
Octal | 275 | 304 | 333 | 16 | 13 | 0 | 16 | 342 | 35 | 120 |
Binary | 10111101 | 11000100 | 11011011 | 1110 | 1011 | 0 | 1110 | 11100010 | 11101 | 1010000 |
Color Harmonies of #BDC4DB
Complementary color
Monochromatic Colors of #BDC4DB
Black with #BDC4DB
Text Example
Text Example
White with #BDC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4DB; }
p { color: rgb(189,196,219); }
H1.HeaderClassName
{
color: #BDC4DB;
}
.AnyTagClassName
{
color: #BDC4DB;
}
</style>
background-color css
<style>
a { background-color: #BDC4DB; }
a { background-color: rgb(189,196,219); }
div.DivClassName
{
background-color: #BDC4DB;
}
.BgClassName
{
background-color: #BDC4DB;
}
</style>
border-color css
<style>
span { border-color: #BDC4DB; }
span { border-color: rgb(189,196,219); }
td.TdClassName
{
border-color: #BDC4DB;
}
.TagClassName
{
border-color: #BDC4DB;
}
</style>