Shades of Periwinkle #BDCAFB
Tints of Periwinkle #BDCAFB
RGB
CMYK
RGB Variations
Color information
#BDCAFB (or 0xBDCAFB) is known color: Periwinkle. HEX triplet: BD, CA and FB. RGB value is (189,202,251). Sum of RGB (Red+Green+Blue) = 189+202+251=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDCAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAFB is #423504. Grayscale: #CBCBCB. Windows color (decimal): -4338949 or 16501437. OLE color: 16501437.
HSL color Cylindrical-coordinate representation of color #BDCAFB: hue angle of 227.42º 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 #BDCAFB is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 202 | 251 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.02 |
| HSL | 227.42º | 0.89% | 0.86% | - |
| HSV(B) | 227.42º | 0.25% | 0.98% | - |
| XYZ | 59.52 | 60.02 | 99.72 | - |
| YUV | 203.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 251 | 0.25 | 0.20 | 0 | 0.02 | 227.42 | 0.89 | 0.86 |
| Hex | BD | CA | FB | 19 | 14 | 0 | 2 | E3 | 59 | 56 |
| Octal | 275 | 312 | 373 | 31 | 24 | 0 | 2 | 343 | 131 | 126 |
| Binary | 10111101 | 11001010 | 11111011 | 11001 | 10100 | 0 | 10 | 11100011 | 1011001 | 1010110 |
Color Harmonies of #BDCAFB
Complementary color
Monochromatic Colors of #BDCAFB
Black with #BDCAFB
Text Example
Text Example
White with #BDCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAFB; }
p { color: rgb(189,202,251); }
H1.HeaderClassName
{
color: #BDCAFB;
}
.AnyTagClassName
{
color: #BDCAFB;
}
</style>
background-color css
<style>
a { background-color: #BDCAFB; }
a { background-color: rgb(189,202,251); }
div.DivClassName
{
background-color: #BDCAFB;
}
.BgClassName
{
background-color: #BDCAFB;
}
</style>
border-color css
<style>
span { border-color: #BDCAFB; }
span { border-color: rgb(189,202,251); }
td.TdClassName
{
border-color: #BDCAFB;
}
.TagClassName
{
border-color: #BDCAFB;
}
</style>