Shades of Periwinkle #BDCFE5
Tints of Periwinkle #BDCFE5
RGB
CMYK
RGB Variations
Color information
#BDCFE5 (or 0xBDCFE5) is known color: Periwinkle. HEX triplet: BD, CF and E5. RGB value is (189,207,229). Sum of RGB (Red+Green+Blue) = 189+207+229=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFE5 is #42301A. Grayscale: #CCCCCC. Windows color (decimal): -4337691 or 15060925. OLE color: 15060925.
HSL color Cylindrical-coordinate representation of color #BDCFE5: hue angle of 213º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCFE5 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 207 | 229 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.10 |
| HSL | 213º | 0.43% | 0.82% | - |
| HSV(B) | 213º | 0.17% | 0.9% | - |
| XYZ | 57.44 | 61.1 | 82.9 | - |
| YUV | 204.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 229 | 0.17 | 0.10 | 0 | 0.10 | 213 | 0.43 | 0.82 |
| Hex | BD | CF | E5 | 11 | A | 0 | A | D5 | 2B | 52 |
| Octal | 275 | 317 | 345 | 21 | 12 | 0 | 12 | 325 | 53 | 122 |
| Binary | 10111101 | 11001111 | 11100101 | 10001 | 1010 | 0 | 1010 | 11010101 | 101011 | 1010010 |
Color Harmonies of #BDCFE5
Complementary color
Monochromatic Colors of #BDCFE5
Black with #BDCFE5
Text Example
Text Example
White with #BDCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFE5; }
p { color: rgb(189,207,229); }
H1.HeaderClassName
{
color: #BDCFE5;
}
.AnyTagClassName
{
color: #BDCFE5;
}
</style>
background-color css
<style>
a { background-color: #BDCFE5; }
a { background-color: rgb(189,207,229); }
div.DivClassName
{
background-color: #BDCFE5;
}
.BgClassName
{
background-color: #BDCFE5;
}
</style>
border-color css
<style>
span { border-color: #BDCFE5; }
span { border-color: rgb(189,207,229); }
td.TdClassName
{
border-color: #BDCFE5;
}
.TagClassName
{
border-color: #BDCFE5;
}
</style>