Shades of Periwinkle #BDCCEF
Tints of Periwinkle #BDCCEF
RGB
CMYK
RGB Variations
Color information
#BDCCEF (or 0xBDCCEF) is known color: Periwinkle. HEX triplet: BD, CC and EF. RGB value is (189,204,239). Sum of RGB (Red+Green+Blue) = 189+204+239=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCEF is #423310. Grayscale: #CBCBCB. Windows color (decimal): -4338449 or 15715517. OLE color: 15715517.
HSL color Cylindrical-coordinate representation of color #BDCCEF: hue angle of 222º 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 #BDCCEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 204 | 239 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 222º | 0.61% | 0.84% | - |
| HSV(B) | 222º | 0.21% | 0.94% | - |
| XYZ | 58.16 | 60.24 | 90.22 | - |
| YUV | 203.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 239 | 0.21 | 0.15 | 0 | 0.06 | 222 | 0.61 | 0.84 |
| Hex | BD | CC | EF | 15 | F | 0 | 6 | DE | 3D | 54 |
| Octal | 275 | 314 | 357 | 25 | 17 | 0 | 6 | 336 | 75 | 124 |
| Binary | 10111101 | 11001100 | 11101111 | 10101 | 1111 | 0 | 110 | 11011110 | 111101 | 1010100 |
Color Harmonies of #BDCCEF
Complementary color
Monochromatic Colors of #BDCCEF
Black with #BDCCEF
Text Example
Text Example
White with #BDCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCEF; }
p { color: rgb(189,204,239); }
H1.HeaderClassName
{
color: #BDCCEF;
}
.AnyTagClassName
{
color: #BDCCEF;
}
</style>
background-color css
<style>
a { background-color: #BDCCEF; }
a { background-color: rgb(189,204,239); }
div.DivClassName
{
background-color: #BDCCEF;
}
.BgClassName
{
background-color: #BDCCEF;
}
</style>
border-color css
<style>
span { border-color: #BDCCEF; }
span { border-color: rgb(189,204,239); }
td.TdClassName
{
border-color: #BDCCEF;
}
.TagClassName
{
border-color: #BDCCEF;
}
</style>