Shades of Periwinkle #BDCBFC
Tints of Periwinkle #BDCBFC
RGB
CMYK
RGB Variations
Color information
#BDCBFC (or 0xBDCBFC) is known color: Periwinkle. HEX triplet: BD, CB and FC. RGB value is (189,203,252). Sum of RGB (Red+Green+Blue) = 189+203+252=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBFC is #423403. Grayscale: #CCCCCC. Windows color (decimal): -4338692 or 16567229. OLE color: 16567229.
HSL color Cylindrical-coordinate representation of color #BDCBFC: hue angle of 226.67º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCBFC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 203 | 252 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.01 |
| HSL | 226.67º | 0.91% | 0.86% | - |
| HSV(B) | 226.67º | 0.25% | 0.99% | - |
| XYZ | 59.91 | 60.56 | 100.63 | - |
| YUV | 204.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 252 | 0.25 | 0.19 | 0 | 0.01 | 226.67 | 0.91 | 0.86 |
| Hex | BD | CB | FC | 19 | 13 | 0 | 1 | E3 | 5B | 56 |
| Octal | 275 | 313 | 374 | 31 | 23 | 0 | 1 | 343 | 133 | 126 |
| Binary | 10111101 | 11001011 | 11111100 | 11001 | 10011 | 0 | 1 | 11100011 | 1011011 | 1010110 |
Color Harmonies of #BDCBFC
Complementary color
Monochromatic Colors of #BDCBFC
Black with #BDCBFC
Text Example
Text Example
White with #BDCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBFC; }
p { color: rgb(189,203,252); }
H1.HeaderClassName
{
color: #BDCBFC;
}
.AnyTagClassName
{
color: #BDCBFC;
}
</style>
background-color css
<style>
a { background-color: #BDCBFC; }
a { background-color: rgb(189,203,252); }
div.DivClassName
{
background-color: #BDCBFC;
}
.BgClassName
{
background-color: #BDCBFC;
}
</style>
border-color css
<style>
span { border-color: #BDCBFC; }
span { border-color: rgb(189,203,252); }
td.TdClassName
{
border-color: #BDCBFC;
}
.TagClassName
{
border-color: #BDCBFC;
}
</style>