Shades of Periwinkle #BDCEFF
Tints of Periwinkle #BDCEFF
RGB
CMYK
RGB Variations
Color information
#BDCEFF (or 0xBDCEFF) is known color: Periwinkle. HEX triplet: BD, CE and FF. RGB value is (189,206,255). Sum of RGB (Red+Green+Blue) = 189+206+255=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEFF is #423100. Grayscale: #CECECE. Windows color (decimal): -4337921 or 16764605. OLE color: 16764605.
HSL color Cylindrical-coordinate representation of color #BDCEFF: hue angle of 224.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCEFF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 206 | 255 | - |
| CMYK | 0.26 | 0.19 | 0 | 0 |
| HSL | 224.55º | 1% | 0.87% | - |
| HSV(B) | 224.55º | 0.26% | 1% | - |
| XYZ | 61.11 | 62.18 | 103.39 | - |
| YUV | 206.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 255 | 0.26 | 0.19 | 0 | 0 | 224.55 | 1 | 0.87 |
| Hex | BD | CE | FF | 1A | 13 | 0 | 0 | E1 | 64 | 57 |
| Octal | 275 | 316 | 377 | 32 | 23 | 0 | 0 | 341 | 144 | 127 |
| Binary | 10111101 | 11001110 | 11111111 | 11010 | 10011 | 0 | 0 | 11100001 | 1100100 | 1010111 |
Color Harmonies of #BDCEFF
Complementary color
Monochromatic Colors of #BDCEFF
Black with #BDCEFF
Text Example
Text Example
White with #BDCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEFF; }
p { color: rgb(189,206,255); }
H1.HeaderClassName
{
color: #BDCEFF;
}
.AnyTagClassName
{
color: #BDCEFF;
}
</style>
background-color css
<style>
a { background-color: #BDCEFF; }
a { background-color: rgb(189,206,255); }
div.DivClassName
{
background-color: #BDCEFF;
}
.BgClassName
{
background-color: #BDCEFF;
}
</style>
border-color css
<style>
span { border-color: #BDCEFF; }
span { border-color: rgb(189,206,255); }
td.TdClassName
{
border-color: #BDCEFF;
}
.TagClassName
{
border-color: #BDCEFF;
}
</style>