#C1B5FB

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

Shades of Lavender Blue #C1B5FB

Tints of Lavender Blue #C1B5FB

Color information

#C1B5FB (or 0xC1B5FB) is unknown color: approx Lavender Blue. HEX triplet: C1, B5 and FB. RGB value is (193,181,251). Sum of RGB (Red+Green+Blue) = 193+181+251=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5FB is #3E4A04. Grayscale: #C0C0C0. Windows color (decimal): -4082181 or 16496065. OLE color: 16496065.

HSL color Cylindrical-coordinate representation of color #C1B5FB: hue angle of 250.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B5FB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193181251-
CMYK0.230.2800.02
HSL250.29º89.74%84.71%-
HSV(B)250.29º27.89%98.43%-
XYZ55.9351.3598.23-
YUV192.57160.98128.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.88%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=30.88%
G=28.96%
B=40.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931812510.230.2800.02250.2989.7484.71
HexC1B5FB171C02fa5a55
Octal301265373273402372132125
Binary11000001101101011111101110111111000101111101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5FB; }

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

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

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

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

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

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

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

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