#C3B5FB

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

Shades of Lavender Blue #C3B5FB

Tints of Lavender Blue #C3B5FB

Color information

#C3B5FB (or 0xC3B5FB) is unknown color: approx Lavender Blue. HEX triplet: C3, B5 and FB. RGB value is (195,181,251). Sum of RGB (Red+Green+Blue) = 195+181+251=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5FB is #3C4A04. Grayscale: #C0C0C0. Windows color (decimal): -3951109 or 16496067. OLE color: 16496067.

HSL color Cylindrical-coordinate representation of color #C3B5FB: hue angle of 252º 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 #C3B5FB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195181251-
CMYK0.220.2800.02
HSL252º89.74%84.71%-
HSV(B)252º27.89%98.43%-
XYZ56.4451.6198.25-
YUV193.17160.64129.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.10%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=31.10%
G=28.87%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951812510.220.2800.0225289.7484.71
HexC3B5FB161C02fc5a55
Octal303265373263402374132125
Binary11000011101101011111101110110111000101111110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5FB; }

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

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

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

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

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

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

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

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