Shades of Periwinkle #BDC2DE
Tints of Periwinkle #BDC2DE
RGB
CMYK
RGB Variations
Color information
#BDC2DE (or 0xBDC2DE) is known color: Periwinkle. HEX triplet: BD, C2 and DE. RGB value is (189,194,222). Sum of RGB (Red+Green+Blue) = 189+194+222=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DE is #423D21. Grayscale: #C3C3C3. Windows color (decimal): -4341026 or 14598845. OLE color: 14598845.
HSL color Cylindrical-coordinate representation of color #BDC2DE: hue angle of 230.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC2DE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 194 | 222 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.13 |
| HSL | 230.91º | 0.33% | 0.81% | - |
| HSV(B) | 230.91º | 0.15% | 0.87% | - |
| XYZ | 53.46 | 54.68 | 76.84 | - |
| YUV | 195.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 222 | 0.15 | 0.13 | 0 | 0.13 | 230.91 | 0.33 | 0.81 |
| Hex | BD | C2 | DE | F | D | 0 | D | E7 | 21 | 51 |
| Octal | 275 | 302 | 336 | 17 | 15 | 0 | 15 | 347 | 41 | 121 |
| Binary | 10111101 | 11000010 | 11011110 | 1111 | 1101 | 0 | 1101 | 11100111 | 100001 | 1010001 |
Color Harmonies of #BDC2DE
Complementary color
Monochromatic Colors of #BDC2DE
Black with #BDC2DE
Text Example
Text Example
White with #BDC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2DE; }
p { color: rgb(189,194,222); }
H1.HeaderClassName
{
color: #BDC2DE;
}
.AnyTagClassName
{
color: #BDC2DE;
}
</style>
background-color css
<style>
a { background-color: #BDC2DE; }
a { background-color: rgb(189,194,222); }
div.DivClassName
{
background-color: #BDC2DE;
}
.BgClassName
{
background-color: #BDC2DE;
}
</style>
border-color css
<style>
span { border-color: #BDC2DE; }
span { border-color: rgb(189,194,222); }
td.TdClassName
{
border-color: #BDC2DE;
}
.TagClassName
{
border-color: #BDC2DE;
}
</style>