Shades of Periwinkle #BDC5F2
Tints of Periwinkle #BDC5F2
RGB
CMYK
RGB Variations
Color information
#BDC5F2 (or 0xBDC5F2) is known color: Periwinkle. HEX triplet: BD, C5 and F2. RGB value is (189,197,242). Sum of RGB (Red+Green+Blue) = 189+197+242=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F2 is #423A0D. Grayscale: #C7C7C7. Windows color (decimal): -4340238 or 15910333. OLE color: 15910333.
HSL color Cylindrical-coordinate representation of color #BDC5F2: hue angle of 230.94º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC5F2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 197 | 242 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.05 |
| HSL | 230.94º | 0.67% | 0.85% | - |
| HSV(B) | 230.94º | 0.22% | 0.95% | - |
| XYZ | 56.98 | 57.16 | 92.03 | - |
| YUV | 199.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 242 | 0.22 | 0.19 | 0 | 0.05 | 230.94 | 0.67 | 0.85 |
| Hex | BD | C5 | F2 | 16 | 13 | 0 | 5 | E7 | 43 | 55 |
| Octal | 275 | 305 | 362 | 26 | 23 | 0 | 5 | 347 | 103 | 125 |
| Binary | 10111101 | 11000101 | 11110010 | 10110 | 10011 | 0 | 101 | 11100111 | 1000011 | 1010101 |
Color Harmonies of #BDC5F2
Complementary color
Monochromatic Colors of #BDC5F2
Black with #BDC5F2
Text Example
Text Example
White with #BDC5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F2; }
p { color: rgb(189,197,242); }
H1.HeaderClassName
{
color: #BDC5F2;
}
.AnyTagClassName
{
color: #BDC5F2;
}
</style>
background-color css
<style>
a { background-color: #BDC5F2; }
a { background-color: rgb(189,197,242); }
div.DivClassName
{
background-color: #BDC5F2;
}
.BgClassName
{
background-color: #BDC5F2;
}
</style>
border-color css
<style>
span { border-color: #BDC5F2; }
span { border-color: rgb(189,197,242); }
td.TdClassName
{
border-color: #BDC5F2;
}
.TagClassName
{
border-color: #BDC5F2;
}
</style>