#C6BDFF

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

Shades of Lavender Blue #C6BDFF

Tints of Lavender Blue #C6BDFF

Color information

#C6BDFF (or 0xC6BDFF) is unknown color: approx Lavender Blue. HEX triplet: C6, BD and FF. RGB value is (198,189,255). Sum of RGB (Red+Green+Blue) = 198+189+255=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDFF is #394200. Grayscale: #C6C6C6. Windows color (decimal): -3752449 or 16760262. OLE color: 16760262.

HSL color Cylindrical-coordinate representation of color #C6BDFF: hue angle of 248.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BDFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198189255-
CMYK0.220.2600
HSL248.18º100%87.06%-
HSV(B)248.18º25.88%100%-
XYZ59.5455.62102.21-
YUV199.21159.48127.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.84%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 255 (100% from 255) = 39.72%
R=30.84%
G=29.44%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981892550.220.2600248.1810087.06
HexC6BDFF161A00f86457
Octal306275377263200370144127
Binary1100011010111101111111111011011010001111100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDFF; }

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

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

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

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

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

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

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

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