Shades of Periwinkle #BDCDEF
Tints of Periwinkle #BDCDEF
RGB
CMYK
RGB Variations
Color information
#BDCDEF (or 0xBDCDEF) is known color: Periwinkle. HEX triplet: BD, CD and EF. RGB value is (189,205,239). Sum of RGB (Red+Green+Blue) = 189+205+239=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEF is #423210. Grayscale: #CBCBCB. Windows color (decimal): -4338193 or 15715773. OLE color: 15715773.
HSL color Cylindrical-coordinate representation of color #BDCDEF: hue angle of 220.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCDEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 189 | 205 | 239 | - |
CMYK | 0.21 | 0.14 | 0 | 0.06 |
HSL | 220.8º | 0.61% | 0.84% | - |
HSV(B) | 220.8º | 0.21% | 0.94% | - |
XYZ | 58.4 | 60.71 | 90.3 | - |
YUV | 204.09 | 147.7 | 117.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 205 | 239 | 0.21 | 0.14 | 0 | 0.06 | 220.8 | 0.61 | 0.84 |
Hex | BD | CD | EF | 15 | E | 0 | 6 | DD | 3D | 54 |
Octal | 275 | 315 | 357 | 25 | 16 | 0 | 6 | 335 | 75 | 124 |
Binary | 10111101 | 11001101 | 11101111 | 10101 | 1110 | 0 | 110 | 11011101 | 111101 | 1010100 |
Color Harmonies of #BDCDEF
Complementary color
Monochromatic Colors of #BDCDEF
Black with #BDCDEF
Text Example
Text Example
White with #BDCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDEF; }
p { color: rgb(189,205,239); }
H1.HeaderClassName
{
color: #BDCDEF;
}
.AnyTagClassName
{
color: #BDCDEF;
}
</style>
background-color css
<style>
a { background-color: #BDCDEF; }
a { background-color: rgb(189,205,239); }
div.DivClassName
{
background-color: #BDCDEF;
}
.BgClassName
{
background-color: #BDCDEF;
}
</style>
border-color css
<style>
span { border-color: #BDCDEF; }
span { border-color: rgb(189,205,239); }
td.TdClassName
{
border-color: #BDCDEF;
}
.TagClassName
{
border-color: #BDCDEF;
}
</style>