Shades of Periwinkle #BDC4F2
Tints of Periwinkle #BDC4F2
RGB
CMYK
RGB Variations
Color information
#BDC4F2 (or 0xBDC4F2) is known color: Periwinkle. HEX triplet: BD, C4 and F2. RGB value is (189,196,242). Sum of RGB (Red+Green+Blue) = 189+196+242=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F2 is #423B0D. Grayscale: #C6C6C6. Windows color (decimal): -4340494 or 15910077. OLE color: 15910077.
HSL color Cylindrical-coordinate representation of color #BDC4F2: hue angle of 232.08º 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 #BDC4F2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 196 | 242 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.05 |
| HSL | 232.08º | 0.67% | 0.85% | - |
| HSV(B) | 232.08º | 0.22% | 0.95% | - |
| XYZ | 56.75 | 56.71 | 91.96 | - |
| YUV | 199.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 242 | 0.22 | 0.19 | 0 | 0.05 | 232.08 | 0.67 | 0.85 |
| Hex | BD | C4 | F2 | 16 | 13 | 0 | 5 | E8 | 43 | 55 |
| Octal | 275 | 304 | 362 | 26 | 23 | 0 | 5 | 350 | 103 | 125 |
| Binary | 10111101 | 11000100 | 11110010 | 10110 | 10011 | 0 | 101 | 11101000 | 1000011 | 1010101 |
Color Harmonies of #BDC4F2
Complementary color
Monochromatic Colors of #BDC4F2
Black with #BDC4F2
Text Example
Text Example
White with #BDC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4F2; }
p { color: rgb(189,196,242); }
H1.HeaderClassName
{
color: #BDC4F2;
}
.AnyTagClassName
{
color: #BDC4F2;
}
</style>
background-color css
<style>
a { background-color: #BDC4F2; }
a { background-color: rgb(189,196,242); }
div.DivClassName
{
background-color: #BDC4F2;
}
.BgClassName
{
background-color: #BDC4F2;
}
</style>
border-color css
<style>
span { border-color: #BDC4F2; }
span { border-color: rgb(189,196,242); }
td.TdClassName
{
border-color: #BDC4F2;
}
.TagClassName
{
border-color: #BDC4F2;
}
</style>