#C5BCFA

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

Shades of Lavender Blue #C5BCFA

Tints of Lavender Blue #C5BCFA

Color information

#C5BCFA (or 0xC5BCFA) is unknown color: approx Lavender Blue. HEX triplet: C5, BC and FA. RGB value is (197,188,250). Sum of RGB (Red+Green+Blue) = 197+188+250=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFA is #3A4305. Grayscale: #C5C5C5. Windows color (decimal): -3818246 or 16432325. OLE color: 16432325.

HSL color Cylindrical-coordinate representation of color #C5BCFA: hue angle of 248.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BCFA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197188250-
CMYK0.210.2500.02
HSL248.71º86.11%85.88%-
HSV(B)248.71º24.8%98.04%-
XYZ58.2654.7497.94-
YUV197.76157.48127.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=31.02%
G=29.61%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971882500.210.2500.02248.7186.1185.88
HexC5BCFA151902f95656
Octal305274372253102371126126
Binary11000101101111001111101010101110010101111100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCFA; }

 p { color: rgb(197,188,250); }

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

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

 a { background-color: rgb(197,188,250); }

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

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

 span { border-color: rgb(197,188,250); }

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