Shades of Periwinkle #B8CAF4
Tints of Periwinkle #B8CAF4
RGB
CMYK
RGB Variations
Color information
#B8CAF4 (or 0xB8CAF4) is known color: Periwinkle. HEX triplet: B8, CA and F4. RGB value is (184,202,244). Sum of RGB (Red+Green+Blue) = 184+202+244=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #B8CAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAF4 is #47350B. Grayscale: #C9C9C9. Windows color (decimal): -4666636 or 16042680. OLE color: 16042680.
HSL color Cylindrical-coordinate representation of color #B8CAF4: hue angle of 222º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8CAF4 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 202 | 244 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.04 |
| HSL | 222º | 0.73% | 0.84% | - |
| HSV(B) | 222º | 0.25% | 0.96% | - |
| XYZ | 57.22 | 58.96 | 93.95 | - |
| YUV | 201.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 244 | 0.25 | 0.17 | 0 | 0.04 | 222 | 0.73 | 0.84 |
| Hex | B8 | CA | F4 | 19 | 11 | 0 | 4 | DE | 49 | 54 |
| Octal | 270 | 312 | 364 | 31 | 21 | 0 | 4 | 336 | 111 | 124 |
| Binary | 10111000 | 11001010 | 11110100 | 11001 | 10001 | 0 | 100 | 11011110 | 1001001 | 1010100 |
Color Harmonies of #B8CAF4
Complementary color
Monochromatic Colors of #B8CAF4
Black with #B8CAF4
Text Example
Text Example
White with #B8CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAF4; }
p { color: rgb(184,202,244); }
H1.HeaderClassName
{
color: #B8CAF4;
}
.AnyTagClassName
{
color: #B8CAF4;
}
</style>
background-color css
<style>
a { background-color: #B8CAF4; }
a { background-color: rgb(184,202,244); }
div.DivClassName
{
background-color: #B8CAF4;
}
.BgClassName
{
background-color: #B8CAF4;
}
</style>
border-color css
<style>
span { border-color: #B8CAF4; }
span { border-color: rgb(184,202,244); }
td.TdClassName
{
border-color: #B8CAF4;
}
.TagClassName
{
border-color: #B8CAF4;
}
</style>