#C3BDFE

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

Shades of Lavender Blue #C3BDFE

Tints of Lavender Blue #C3BDFE

Color information

#C3BDFE (or 0xC3BDFE) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and FE. RGB value is (195,189,254). Sum of RGB (Red+Green+Blue) = 195+189+254=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFE is #3C4201. Grayscale: #C5C5C5. Windows color (decimal): -3949058 or 16694723. OLE color: 16694723.

HSL color Cylindrical-coordinate representation of color #C3BDFE: hue angle of 245.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BDFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195189254-
CMYK0.230.2600.00
HSL245.54º97.01%86.86%-
HSV(B)245.54º25.59%99.61%-
XYZ58.5955.15101.32-
YUV198.2159.49125.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.56%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=30.56%
G=29.62%
B=39.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951892540.230.2600.00245.5497.0186.86
HexC3BDFE171A00f66157
Octal303275376273200366141127
Binary1100001110111101111111101011111010001111011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDFE; }

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

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

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

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

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

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

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

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