Shades of Periwinkle #BDCDFB
Tints of Periwinkle #BDCDFB
RGB
CMYK
RGB Variations
Color information
#BDCDFB (or 0xBDCDFB) is known color: Periwinkle. HEX triplet: BD, CD and FB. RGB value is (189,205,251). Sum of RGB (Red+Green+Blue) = 189+205+251=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDFB is #423204. Grayscale: #CDCDCD. Windows color (decimal): -4338181 or 16502205. OLE color: 16502205.
HSL color Cylindrical-coordinate representation of color #BDCDFB: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCDFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 205 | 251 | - |
CMYK | 0.25 | 0.18 | 0 | 0.02 |
HSL | 224.52º | 0.89% | 0.86% | - |
HSV(B) | 224.52º | 0.25% | 0.98% | - |
XYZ | 60.23 | 61.45 | 99.95 | - |
YUV | 205.46 | 153.7 | 116.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 205 | 251 | 0.25 | 0.18 | 0 | 0.02 | 224.52 | 0.89 | 0.86 |
Hex | BD | CD | FB | 19 | 12 | 0 | 2 | E1 | 59 | 56 |
Octal | 275 | 315 | 373 | 31 | 22 | 0 | 2 | 341 | 131 | 126 |
Binary | 10111101 | 11001101 | 11111011 | 11001 | 10010 | 0 | 10 | 11100001 | 1011001 | 1010110 |
Color Harmonies of #BDCDFB
Complementary color
Monochromatic Colors of #BDCDFB
Black with #BDCDFB
Text Example
Text Example
White with #BDCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDFB; }
p { color: rgb(189,205,251); }
H1.HeaderClassName
{
color: #BDCDFB;
}
.AnyTagClassName
{
color: #BDCDFB;
}
</style>
background-color css
<style>
a { background-color: #BDCDFB; }
a { background-color: rgb(189,205,251); }
div.DivClassName
{
background-color: #BDCDFB;
}
.BgClassName
{
background-color: #BDCDFB;
}
</style>
border-color css
<style>
span { border-color: #BDCDFB; }
span { border-color: rgb(189,205,251); }
td.TdClassName
{
border-color: #BDCDFB;
}
.TagClassName
{
border-color: #BDCDFB;
}
</style>