#C3B9FA

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

Shades of Lavender Blue #C3B9FA

Tints of Lavender Blue #C3B9FA

Color information

#C3B9FA (or 0xC3B9FA) is unknown color: approx Lavender Blue. HEX triplet: C3, B9 and FA. RGB value is (195,185,250). Sum of RGB (Red+Green+Blue) = 195+185+250=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9FA is #3C4605. Grayscale: #C3C3C3. Windows color (decimal): -3950086 or 16431555. OLE color: 16431555.

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

Color convert

RGB195185250-
CMYK0.220.2600.02
HSL249.23º86.67%85.29%-
HSV(B)249.23º26%98.04%-
XYZ57.1153.297.7-
YUV195.4158.81127.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.95%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=30.95%
G=29.37%
B=39.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951852500.220.2600.02249.2386.6785.29
HexC3B9FA161A02f95755
Octal303271372263202371127125
Binary11000011101110011111101010110110100101111100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9FA; }

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

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

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

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

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

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

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

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