#C1B7F9

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

Shades of Lavender Blue #C1B7F9

Tints of Lavender Blue #C1B7F9

Color information

#C1B7F9 (or 0xC1B7F9) is unknown color: approx Lavender Blue. HEX triplet: C1, B7 and F9. RGB value is (193,183,249). Sum of RGB (Red+Green+Blue) = 193+183+249=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1B7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7F9 is #3E4806. Grayscale: #C1C1C1. Windows color (decimal): -4081671 or 16365505. OLE color: 16365505.

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

Color convert

RGB193183249-
CMYK0.220.2700.02
HSL249.09º84.62%84.71%-
HSV(B)249.09º26.51%97.65%-
XYZ56.0252.0496.72-
YUV193.51159.31127.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.88%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=30.88%
G=29.28%
B=39.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931832490.220.2700.02249.0984.6284.71
HexC1B7F9161B02f95555
Octal301267371263302371125125
Binary11000001101101111111100110110110110101111100110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7F9; }

 p { color: rgb(193,183,249); }

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

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

 a { background-color: rgb(193,183,249); }

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

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

 span { border-color: rgb(193,183,249); }

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