#C1B9FF

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

Shades of Lavender Blue #C1B9FF

Tints of Lavender Blue #C1B9FF

Color information

#C1B9FF (or 0xC1B9FF) is unknown color: approx Lavender Blue. HEX triplet: C1, B9 and FF. RGB value is (193,185,255). Sum of RGB (Red+Green+Blue) = 193+185+255=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9FF is #3E4600. Grayscale: #C3C3C3. Windows color (decimal): -4081153 or 16759233. OLE color: 16759233.

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

Color convert

RGB193185255-
CMYK0.240.2700
HSL246.86º100%86.27%-
HSV(B)246.86º27.45%100%-
XYZ57.3953.26101.86-
YUV195.37161.65126.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.49%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 40.28%
R=30.49%
G=29.23%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931852550.240.2700246.8610086.27
HexC1B9FF181B00f76456
Octal301271377303300367144126
Binary1100000110111001111111111100011011001111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9FF; }

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

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

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

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

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

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

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

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