#C5BAFA

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

Shades of Lavender Blue #C5BAFA

Tints of Lavender Blue #C5BAFA

Color information

#C5BAFA (or 0xC5BAFA) is unknown color: approx Lavender Blue. HEX triplet: C5, BA and FA. RGB value is (197,186,250). Sum of RGB (Red+Green+Blue) = 197+186+250=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFA is #3A4505. Grayscale: #C4C4C4. Windows color (decimal): -3818758 or 16431813. OLE color: 16431813.

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

Color convert

RGB197186250-
CMYK0.210.2600.02
HSL250.31º86.49%85.49%-
HSV(B)250.31º25.6%98.04%-
XYZ57.8453.8997.8-
YUV196.58158.14128.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.12%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=31.12%
G=29.38%
B=39.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971862500.210.2600.02250.3186.4985.49
HexC5BAFA151A02fa5655
Octal305272372253202372126125
Binary11000101101110101111101010101110100101111101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAFA; }

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

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

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

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

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

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

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

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