Shades of Lavender Blue #C5BFF2
Tints of Lavender Blue #C5BFF2
RGB
CMYK
RGB Variations
Color information
#C5BFF2 (or 0xC5BFF2) is known color: Lavender Blue. HEX triplet: C5, BF and F2. RGB value is (197,191,242). Sum of RGB (Red+Green+Blue) = 197+191+242=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFF2 is #3A400D. Grayscale: #C6C6C6. Windows color (decimal): -3817486 or 15908805. OLE color: 15908805.
HSL color Cylindrical-coordinate representation of color #C5BFF2: hue angle of 247.06º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BFF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 191 | 242 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 247.06º | 0.66% | 0.85% | - |
| HSV(B) | 247.06º | 0.21% | 0.95% | - |
| XYZ | 57.68 | 55.54 | 91.68 | - |
| YUV | 198.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 242 | 0.19 | 0.21 | 0 | 0.05 | 247.06 | 0.66 | 0.85 |
| Hex | C5 | BF | F2 | 13 | 15 | 0 | 5 | F7 | 42 | 55 |
| Octal | 305 | 277 | 362 | 23 | 25 | 0 | 5 | 367 | 102 | 125 |
| Binary | 11000101 | 10111111 | 11110010 | 10011 | 10101 | 0 | 101 | 11110111 | 1000010 | 1010101 |
Color Harmonies of #C5BFF2
Complementary color
Monochromatic Colors of #C5BFF2
Black with #C5BFF2
Text Example
Text Example
White with #C5BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFF2; }
p { color: rgb(197,191,242); }
H1.HeaderClassName
{
color: #C5BFF2;
}
.AnyTagClassName
{
color: #C5BFF2;
}
</style>
background-color css
<style>
a { background-color: #C5BFF2; }
a { background-color: rgb(197,191,242); }
div.DivClassName
{
background-color: #C5BFF2;
}
.BgClassName
{
background-color: #C5BFF2;
}
</style>
border-color css
<style>
span { border-color: #C5BFF2; }
span { border-color: rgb(197,191,242); }
td.TdClassName
{
border-color: #C5BFF2;
}
.TagClassName
{
border-color: #C5BFF2;
}
</style>