#C5BFFE

Color #C5BFFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C5BFFE

Tints of Lavender Blue #C5BFFE

Color information

#C5BFFE (or 0xC5BFFE) is unknown color: approx Lavender Blue. HEX triplet: C5, BF and FE. RGB value is (197,191,254). Sum of RGB (Red+Green+Blue) = 197+191+254=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFFE is #3A4001. Grayscale: #C7C7C7. Windows color (decimal): -3817474 or 16695237. OLE color: 16695237.

HSL color Cylindrical-coordinate representation of color #C5BFFE: hue angle of 245.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BFFE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197191254-
CMYK0.220.2500.00
HSL245.71º96.92%87.25%-
HSV(B)245.71º24.8%99.61%-
XYZ59.5556.29101.49-
YUV199.98158.49125.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 30.69%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=30.69%
G=29.75%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971912540.220.2500.00245.7196.9287.25
HexC5BFFE161900f66157
Octal305277376263100366141127
Binary1100010110111111111111101011011001001111011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFFE; }

 p { color: rgb(197,191,254); }

 H1.HeaderClassName
 {
   color: #C5BFFE;
 }
 .AnyTagClassName
 {
   color: #C5BFFE;
 }
</style>
background-color css

<style>
 a { background-color: #C5BFFE; }

 a { background-color: rgb(197,191,254); }

 div.DivClassName
 {
   background-color: #C5BFFE;
 }
 .BgClassName
 {
   background-color: #C5BFFE;
 }
</style>
border-color css

<style>
 span { border-color: #C5BFFE; }

 span { border-color: rgb(197,191,254); }

 td.TdClassName
 {
   border-color: #C5BFFE;
 }
 .TagClassName
 {
   border-color: #C5BFFE;
 }
</style>