Shades of Lavender Blue #C2B5FE
Tints of Lavender Blue #C2B5FE
RGB
CMYK
RGB Variations
Color information
#C2B5FE (or 0xC2B5FE) is known color: Lavender Blue. HEX triplet: C2, B5 and FE. RGB value is (194,181,254). Sum of RGB (Red+Green+Blue) = 194+181+254=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5FE is #3D4A01. Grayscale: #C0C0C0. Windows color (decimal): -4016642 or 16692674. OLE color: 16692674.
HSL color Cylindrical-coordinate representation of color #C2B5FE: hue angle of 250.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B5FE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 181 | 254 | - |
CMYK | 0.24 | 0.29 | 0 | 0.00 |
HSL | 250.68º | 0.97% | 0.85% | - |
HSV(B) | 250.68º | 0.29% | 1% | - |
XYZ | 56.66 | 51.67 | 100.75 | - |
YUV | 193.21 | 162.31 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 254 | 0.24 | 0.29 | 0 | 0.00 | 250.68 | 0.97 | 0.85 |
Hex | C2 | B5 | FE | 18 | 1D | 0 | 0 | FB | 61 | 55 |
Octal | 302 | 265 | 376 | 30 | 35 | 0 | 0 | 373 | 141 | 125 |
Binary | 11000010 | 10110101 | 11111110 | 11000 | 11101 | 0 | 0 | 11111011 | 1100001 | 1010101 |
Color Harmonies of #C2B5FE
Complementary color
Monochromatic Colors of #C2B5FE
Black with #C2B5FE
Text Example
Text Example
White with #C2B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5FE; }
p { color: rgb(194,181,254); }
H1.HeaderClassName
{
color: #C2B5FE;
}
.AnyTagClassName
{
color: #C2B5FE;
}
</style>
background-color css
<style>
a { background-color: #C2B5FE; }
a { background-color: rgb(194,181,254); }
div.DivClassName
{
background-color: #C2B5FE;
}
.BgClassName
{
background-color: #C2B5FE;
}
</style>
border-color css
<style>
span { border-color: #C2B5FE; }
span { border-color: rgb(194,181,254); }
td.TdClassName
{
border-color: #C2B5FE;
}
.TagClassName
{
border-color: #C2B5FE;
}
</style>