Shades of Periwinkle #BCCAED
Tints of Periwinkle #BCCAED
RGB
CMYK
RGB Variations
Color information
#BCCAED (or 0xBCCAED) is known color: Periwinkle. HEX triplet: BC, CA and ED. RGB value is (188,202,237). Sum of RGB (Red+Green+Blue) = 188+202+237=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAED is #433512. Grayscale: #C9C9C9. Windows color (decimal): -4404499 or 15583932. OLE color: 15583932.
HSL color Cylindrical-coordinate representation of color #BCCAED: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCAED is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 202 | 237 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.07 |
| HSL | 222.86º | 0.58% | 0.83% | - |
| HSV(B) | 222.86º | 0.21% | 0.93% | - |
| XYZ | 57.15 | 59.05 | 88.51 | - |
| YUV | 201.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 237 | 0.21 | 0.15 | 0 | 0.07 | 222.86 | 0.58 | 0.83 |
| Hex | BC | CA | ED | 15 | F | 0 | 7 | DF | 3A | 53 |
| Octal | 274 | 312 | 355 | 25 | 17 | 0 | 7 | 337 | 72 | 123 |
| Binary | 10111100 | 11001010 | 11101101 | 10101 | 1111 | 0 | 111 | 11011111 | 111010 | 1010011 |
Color Harmonies of #BCCAED
Complementary color
Monochromatic Colors of #BCCAED
Black with #BCCAED
Text Example
Text Example
White with #BCCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAED; }
p { color: rgb(188,202,237); }
H1.HeaderClassName
{
color: #BCCAED;
}
.AnyTagClassName
{
color: #BCCAED;
}
</style>
background-color css
<style>
a { background-color: #BCCAED; }
a { background-color: rgb(188,202,237); }
div.DivClassName
{
background-color: #BCCAED;
}
.BgClassName
{
background-color: #BCCAED;
}
</style>
border-color css
<style>
span { border-color: #BCCAED; }
span { border-color: rgb(188,202,237); }
td.TdClassName
{
border-color: #BCCAED;
}
.TagClassName
{
border-color: #BCCAED;
}
</style>