#C5BFF6

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

Shades of Lavender Blue #C5BFF6

Tints of Lavender Blue #C5BFF6

Color information

#C5BFF6 (or 0xC5BFF6) is unknown color: approx Lavender Blue. HEX triplet: C5, BF and F6. RGB value is (197,191,246). Sum of RGB (Red+Green+Blue) = 197+191+246=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5BFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFF6 is #3A4009. Grayscale: #C6C6C6. Windows color (decimal): -3817482 or 16170949. OLE color: 16170949.

HSL color Cylindrical-coordinate representation of color #C5BFF6: hue angle of 246.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BFF6 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197191246-
CMYK0.200.2200.04
HSL246.55º75.34%85.69%-
HSV(B)246.55º22.36%96.47%-
XYZ58.2955.7994.88-
YUV199.06154.49126.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=31.07%
G=30.13%
B=38.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971912460.200.2200.04246.5575.3485.69
HexC5BFF6141604f74b56
Octal305277366242604367113126
Binary110001011011111111110110101001011001001111011110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFF6; }

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

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

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

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

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

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

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

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