Shades of Lavender Blue #C0B9FD
Tints of Lavender Blue #C0B9FD
RGB
CMYK
RGB Variations
Color information
#C0B9FD (or 0xC0B9FD) is known color: Lavender Blue. HEX triplet: C0, B9 and FD. RGB value is (192,185,253). Sum of RGB (Red+Green+Blue) = 192+185+253=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B9FD is #3F4602. Grayscale: #C2C2C2. Windows color (decimal): -4146691 or 16628160. OLE color: 16628160.
HSL color Cylindrical-coordinate representation of color #C0B9FD: hue angle of 246.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B9FD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 185 | 253 | - |
CMYK | 0.24 | 0.27 | 0 | 0.01 |
HSL | 246.18º | 0.94% | 0.86% | - |
HSV(B) | 246.18º | 0.27% | 0.99% | - |
XYZ | 56.82 | 53 | 100.16 | - |
YUV | 194.85 | 160.82 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 185 | 253 | 0.24 | 0.27 | 0 | 0.01 | 246.18 | 0.94 | 0.86 |
Hex | C0 | B9 | FD | 18 | 1B | 0 | 1 | F6 | 5E | 56 |
Octal | 300 | 271 | 375 | 30 | 33 | 0 | 1 | 366 | 136 | 126 |
Binary | 11000000 | 10111001 | 11111101 | 11000 | 11011 | 0 | 1 | 11110110 | 1011110 | 1010110 |
Color Harmonies of #C0B9FD
Complementary color
Monochromatic Colors of #C0B9FD
Black with #C0B9FD
Text Example
Text Example
White with #C0B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9FD; }
p { color: rgb(192,185,253); }
H1.HeaderClassName
{
color: #C0B9FD;
}
.AnyTagClassName
{
color: #C0B9FD;
}
</style>
background-color css
<style>
a { background-color: #C0B9FD; }
a { background-color: rgb(192,185,253); }
div.DivClassName
{
background-color: #C0B9FD;
}
.BgClassName
{
background-color: #C0B9FD;
}
</style>
border-color css
<style>
span { border-color: #C0B9FD; }
span { border-color: rgb(192,185,253); }
td.TdClassName
{
border-color: #C0B9FD;
}
.TagClassName
{
border-color: #C0B9FD;
}
</style>