Shades of Periwinkle #BDCCE2
Tints of Periwinkle #BDCCE2
RGB
CMYK
RGB Variations
Color information
#BDCCE2 (or 0xBDCCE2) is known color: Periwinkle. HEX triplet: BD, CC and E2. RGB value is (189,204,226). Sum of RGB (Red+Green+Blue) = 189+204+226=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCE2 is #42331D. Grayscale: #C9C9C9. Windows color (decimal): -4338462 or 14863549. OLE color: 14863549.
HSL color Cylindrical-coordinate representation of color #BDCCE2: hue angle of 215.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCCE2 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 204 | 226 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 215.68º | 0.39% | 0.81% | - |
| HSV(B) | 215.68º | 0.16% | 0.89% | - |
| XYZ | 56.31 | 59.5 | 80.47 | - |
| YUV | 202.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 226 | 0.16 | 0.10 | 0 | 0.11 | 215.68 | 0.39 | 0.81 |
| Hex | BD | CC | E2 | 10 | A | 0 | B | D8 | 27 | 51 |
| Octal | 275 | 314 | 342 | 20 | 12 | 0 | 13 | 330 | 47 | 121 |
| Binary | 10111101 | 11001100 | 11100010 | 10000 | 1010 | 0 | 1011 | 11011000 | 100111 | 1010001 |
Color Harmonies of #BDCCE2
Complementary color
Monochromatic Colors of #BDCCE2
Black with #BDCCE2
Text Example
Text Example
White with #BDCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCE2; }
p { color: rgb(189,204,226); }
H1.HeaderClassName
{
color: #BDCCE2;
}
.AnyTagClassName
{
color: #BDCCE2;
}
</style>
background-color css
<style>
a { background-color: #BDCCE2; }
a { background-color: rgb(189,204,226); }
div.DivClassName
{
background-color: #BDCCE2;
}
.BgClassName
{
background-color: #BDCCE2;
}
</style>
border-color css
<style>
span { border-color: #BDCCE2; }
span { border-color: rgb(189,204,226); }
td.TdClassName
{
border-color: #BDCCE2;
}
.TagClassName
{
border-color: #BDCCE2;
}
</style>