Shades of Periwinkle #BDCAEF
Tints of Periwinkle #BDCAEF
RGB
CMYK
RGB Variations
Color information
#BDCAEF (or 0xBDCAEF) is known color: Periwinkle. HEX triplet: BD, CA and EF. RGB value is (189,202,239). Sum of RGB (Red+Green+Blue) = 189+202+239=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAEF is #423510. Grayscale: #CACACA. Windows color (decimal): -4338961 or 15715005. OLE color: 15715005.
HSL color Cylindrical-coordinate representation of color #BDCAEF: hue angle of 224.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCAEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 202 | 239 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 224.4º | 0.61% | 0.84% | - |
| HSV(B) | 224.4º | 0.21% | 0.94% | - |
| XYZ | 57.69 | 59.29 | 90.07 | - |
| YUV | 202.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 239 | 0.21 | 0.15 | 0 | 0.06 | 224.4 | 0.61 | 0.84 |
| Hex | BD | CA | EF | 15 | F | 0 | 6 | E0 | 3D | 54 |
| Octal | 275 | 312 | 357 | 25 | 17 | 0 | 6 | 340 | 75 | 124 |
| Binary | 10111101 | 11001010 | 11101111 | 10101 | 1111 | 0 | 110 | 11100000 | 111101 | 1010100 |
Color Harmonies of #BDCAEF
Complementary color
Monochromatic Colors of #BDCAEF
Black with #BDCAEF
Text Example
Text Example
White with #BDCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAEF; }
p { color: rgb(189,202,239); }
H1.HeaderClassName
{
color: #BDCAEF;
}
.AnyTagClassName
{
color: #BDCAEF;
}
</style>
background-color css
<style>
a { background-color: #BDCAEF; }
a { background-color: rgb(189,202,239); }
div.DivClassName
{
background-color: #BDCAEF;
}
.BgClassName
{
background-color: #BDCAEF;
}
</style>
border-color css
<style>
span { border-color: #BDCAEF; }
span { border-color: rgb(189,202,239); }
td.TdClassName
{
border-color: #BDCAEF;
}
.TagClassName
{
border-color: #BDCAEF;
}
</style>