Shades of Lavender Blue #C8BFF3
Tints of Lavender Blue #C8BFF3
RGB
CMYK
RGB Variations
Color information
#C8BFF3 (or 0xC8BFF3) is known color: Lavender Blue. HEX triplet: C8, BF and F3. RGB value is (200,191,243). Sum of RGB (Red+Green+Blue) = 200+191+243=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF3 is #37400C. Grayscale: #C7C7C7. Windows color (decimal): -3620877 or 15974344. OLE color: 15974344.
HSL color Cylindrical-coordinate representation of color #C8BFF3: hue angle of 250.38º degrees, saturation: 0.68, 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 #C8BFF3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 191 | 243 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.05 |
| HSL | 250.38º | 0.68% | 0.85% | - |
| HSV(B) | 250.38º | 0.21% | 0.95% | - |
| XYZ | 58.63 | 56.01 | 92.52 | - |
| YUV | 199.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 243 | 0.18 | 0.21 | 0 | 0.05 | 250.38 | 0.68 | 0.85 |
| Hex | C8 | BF | F3 | 12 | 15 | 0 | 5 | FA | 44 | 55 |
| Octal | 310 | 277 | 363 | 22 | 25 | 0 | 5 | 372 | 104 | 125 |
| Binary | 11001000 | 10111111 | 11110011 | 10010 | 10101 | 0 | 101 | 11111010 | 1000100 | 1010101 |
Color Harmonies of #C8BFF3
Complementary color
Monochromatic Colors of #C8BFF3
Black with #C8BFF3
Text Example
Text Example
White with #C8BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFF3; }
p { color: rgb(200,191,243); }
H1.HeaderClassName
{
color: #C8BFF3;
}
.AnyTagClassName
{
color: #C8BFF3;
}
</style>
background-color css
<style>
a { background-color: #C8BFF3; }
a { background-color: rgb(200,191,243); }
div.DivClassName
{
background-color: #C8BFF3;
}
.BgClassName
{
background-color: #C8BFF3;
}
</style>
border-color css
<style>
span { border-color: #C8BFF3; }
span { border-color: rgb(200,191,243); }
td.TdClassName
{
border-color: #C8BFF3;
}
.TagClassName
{
border-color: #C8BFF3;
}
</style>