#C3B9F7

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

Shades of Lavender Blue #C3B9F7

Tints of Lavender Blue #C3B9F7

Color information

#C3B9F7 (or 0xC3B9F7) is unknown color: approx Lavender Blue. HEX triplet: C3, B9 and F7. RGB value is (195,185,247). Sum of RGB (Red+Green+Blue) = 195+185+247=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #C3B9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9F7 is #3C4608. Grayscale: #C2C2C2. Windows color (decimal): -3950089 or 16234947. OLE color: 16234947.

HSL color Cylindrical-coordinate representation of color #C3B9F7: hue angle of 249.68º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B9F7 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195185247-
CMYK0.210.2500.03
HSL249.68º79.49%84.71%-
HSV(B)249.68º25.1%96.86%-
XYZ56.6453.0295.24-
YUV195.06157.31127.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.10%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=31.10%
G=29.51%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951852470.210.2500.03249.6879.4984.71
HexC3B9F7151903fa4f55
Octal303271367253103372117125
Binary11000011101110011111011110101110010111111101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9F7; }

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

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

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

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

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

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

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

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