Shades of Periwinkle #BACBEE
Tints of Periwinkle #BACBEE
RGB
CMYK
RGB Variations
Color information
#BACBEE (or 0xBACBEE) is known color: Periwinkle. HEX triplet: BA, CB and EE. RGB value is (186,203,238). Sum of RGB (Red+Green+Blue) = 186+203+238=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEE is #453411. Grayscale: #C9C9C9. Windows color (decimal): -4535314 or 15649722. OLE color: 15649722.
HSL color Cylindrical-coordinate representation of color #BACBEE: hue angle of 220.38º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACBEE is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 203 | 238 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.07 |
| HSL | 220.38º | 0.6% | 0.83% | - |
| HSV(B) | 220.38º | 0.22% | 0.93% | - |
| XYZ | 57.04 | 59.32 | 89.33 | - |
| YUV | 201.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 238 | 0.22 | 0.15 | 0 | 0.07 | 220.38 | 0.6 | 0.83 |
| Hex | BA | CB | EE | 16 | F | 0 | 7 | DC | 3C | 53 |
| Octal | 272 | 313 | 356 | 26 | 17 | 0 | 7 | 334 | 74 | 123 |
| Binary | 10111010 | 11001011 | 11101110 | 10110 | 1111 | 0 | 111 | 11011100 | 111100 | 1010011 |
Color Harmonies of #BACBEE
Complementary color
Monochromatic Colors of #BACBEE
Black with #BACBEE
Text Example
Text Example
White with #BACBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBEE; }
p { color: rgb(186,203,238); }
H1.HeaderClassName
{
color: #BACBEE;
}
.AnyTagClassName
{
color: #BACBEE;
}
</style>
background-color css
<style>
a { background-color: #BACBEE; }
a { background-color: rgb(186,203,238); }
div.DivClassName
{
background-color: #BACBEE;
}
.BgClassName
{
background-color: #BACBEE;
}
</style>
border-color css
<style>
span { border-color: #BACBEE; }
span { border-color: rgb(186,203,238); }
td.TdClassName
{
border-color: #BACBEE;
}
.TagClassName
{
border-color: #BACBEE;
}
</style>