#C1B5FF

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

Shades of Lavender Blue #C1B5FF

Tints of Lavender Blue #C1B5FF

Color information

#C1B5FF (or 0xC1B5FF) is unknown color: approx Lavender Blue. HEX triplet: C1, B5 and FF. RGB value is (193,181,255). Sum of RGB (Red+Green+Blue) = 193+181+255=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5FF is #3E4A00. Grayscale: #C0C0C0. Windows color (decimal): -4082177 or 16758209. OLE color: 16758209.

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

Color convert

RGB193181255-
CMYK0.240.2900
HSL249.73º100%85.49%-
HSV(B)249.73º29.02%100%-
XYZ56.5751.61101.59-
YUV193.02162.98127.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.68%
GREEN value IS 181 (71.09% from 255) = 28.78%
BLUE value IS 255 (100% from 255) = 40.54%
R=30.68%
G=28.78%
B=40.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931812550.240.2900249.7310085.49
HexC1B5FF181D00fa6455
Octal301265377303500372144125
Binary1100000110110101111111111100011101001111101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5FF; }

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

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

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

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

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

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

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

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