#C3BDFC

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

Shades of Lavender Blue #C3BDFC

Tints of Lavender Blue #C3BDFC

Color information

#C3BDFC (or 0xC3BDFC) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and FC. RGB value is (195,189,252). Sum of RGB (Red+Green+Blue) = 195+189+252=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFC is #3C4203. Grayscale: #C5C5C5. Windows color (decimal): -3949060 or 16563651. OLE color: 16563651.

HSL color Cylindrical-coordinate representation of color #C3BDFC: hue angle of 245.71º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BDFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195189252-
CMYK0.230.2500.01
HSL245.71º91.3%86.47%-
HSV(B)245.71º25%98.82%-
XYZ58.2755.0399.65-
YUV197.98158.49125.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=30.66%
G=29.72%
B=39.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951892520.230.2500.01245.7191.386.47
HexC3BDFC171901f65b56
Octal303275374273101366133126
Binary1100001110111101111111001011111001011111011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDFC; }

 p { color: rgb(195,189,252); }

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

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

 a { background-color: rgb(195,189,252); }

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

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

 span { border-color: rgb(195,189,252); }

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