#C6BDFA

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

Shades of Lavender Blue #C6BDFA

Tints of Lavender Blue #C6BDFA

Color information

#C6BDFA (or 0xC6BDFA) is unknown color: approx Lavender Blue. HEX triplet: C6, BD and FA. RGB value is (198,189,250). Sum of RGB (Red+Green+Blue) = 198+189+250=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDFA is #394205. Grayscale: #C6C6C6. Windows color (decimal): -3752454 or 16432582. OLE color: 16432582.

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

Color convert

RGB198189250-
CMYK0.210.2400.02
HSL248.85º85.92%86.08%-
HSV(B)248.85º24.4%98.04%-
XYZ58.7455.398.02-
YUV198.64156.98127.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=31.08%
G=29.67%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981892500.210.2400.02248.8585.9286.08
HexC6BDFA151802f95656
Octal306275372253002371126126
Binary11000110101111011111101010101110000101111100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDFA; }

 p { color: rgb(198,189,250); }

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

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

 a { background-color: rgb(198,189,250); }

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

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

 span { border-color: rgb(198,189,250); }

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