#C6BCFB

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

Shades of Lavender Blue #C6BCFB

Tints of Lavender Blue #C6BCFB

Color information

#C6BCFB (or 0xC6BCFB) is unknown color: approx Lavender Blue. HEX triplet: C6, BC and FB. RGB value is (198,188,251). Sum of RGB (Red+Green+Blue) = 198+188+251=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCFB is #394304. Grayscale: #C5C5C5. Windows color (decimal): -3752709 or 16497862. OLE color: 16497862.

HSL color Cylindrical-coordinate representation of color #C6BCFB: hue angle of 249.52º degrees, saturation: 0.89, 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 #C6BCFB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198188251-
CMYK0.210.2500.02
HSL249.52º88.73%86.08%-
HSV(B)249.52º25.1%98.43%-
XYZ58.6854.9498.78-
YUV198.17157.81127.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=31.08%
G=29.51%
B=39.40%

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
Decimal1981882510.210.2500.02249.5288.7386.08
HexC6BCFB151902fa5956
Octal306274373253102372131126
Binary11000110101111001111101110101110010101111101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCFB; }

 p { color: rgb(198,188,251); }

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

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

 a { background-color: rgb(198,188,251); }

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

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

 span { border-color: rgb(198,188,251); }

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