#C3BDFD

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

Shades of Lavender Blue #C3BDFD

Tints of Lavender Blue #C3BDFD

Color information

#C3BDFD (or 0xC3BDFD) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and FD. RGB value is (195,189,253). Sum of RGB (Red+Green+Blue) = 195+189+253=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFD is #3C4202. Grayscale: #C5C5C5. Windows color (decimal): -3949059 or 16629187. OLE color: 16629187.

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

Color convert

RGB195189253-
CMYK0.230.2500.01
HSL245.62º94.12%86.67%-
HSV(B)245.62º25.3%99.22%-
XYZ58.4355.09100.48-
YUV198.09158.99125.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=30.61%
G=29.67%
B=39.72%

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
Decimal1951892530.230.2500.01245.6294.1286.67
HexC3BDFD171901f65e57
Octal303275375273101366136127
Binary1100001110111101111111011011111001011111011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDFD; }

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

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

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

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

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

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

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

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