#C3BDFA

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

Shades of Lavender Blue #C3BDFA

Tints of Lavender Blue #C3BDFA

Color information

#C3BDFA (or 0xC3BDFA) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and FA. RGB value is (195,189,250). Sum of RGB (Red+Green+Blue) = 195+189+250=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFA is #3C4205. Grayscale: #C5C5C5. Windows color (decimal): -3949062 or 16432579. OLE color: 16432579.

HSL color Cylindrical-coordinate representation of color #C3BDFA: hue angle of 245.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3BDFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195189250-
CMYK0.220.2400.02
HSL245.9º85.92%86.08%-
HSV(B)245.9º24.4%98.04%-
XYZ57.9654.997.98-
YUV197.75157.49126.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.76%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=30.76%
G=29.81%
B=39.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951892500.220.2400.02245.985.9286.08
HexC3BDFA161802f65656
Octal303275372263002366126126
Binary11000011101111011111101010110110000101111011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDFA; }

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

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

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

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

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

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

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

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