#C1B6FF

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

Shades of Lavender Blue #C1B6FF

Tints of Lavender Blue #C1B6FF

Color information

#C1B6FF (or 0xC1B6FF) is unknown color: approx Lavender Blue. HEX triplet: C1, B6 and FF. RGB value is (193,182,255). Sum of RGB (Red+Green+Blue) = 193+182+255=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B6FF is #3E4900. Grayscale: #C1C1C1. Windows color (decimal): -4081921 or 16758465. OLE color: 16758465.

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

Color convert

RGB193182255-
CMYK0.240.2900
HSL249.04º100%85.69%-
HSV(B)249.04º28.63%100%-
XYZ56.7752.01101.66-
YUV193.61162.64127.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.63%
GREEN value IS 182 (71.48% from 255) = 28.89%
BLUE value IS 255 (100% from 255) = 40.48%
R=30.63%
G=28.89%
B=40.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931822550.240.2900249.0410085.69
HexC1B6FF181D00f96456
Octal301266377303500371144126
Binary1100000110110110111111111100011101001111100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B6FF; }

 p { color: rgb(193,182,255); }

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

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

 a { background-color: rgb(193,182,255); }

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

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

 span { border-color: rgb(193,182,255); }

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