#C1B7FE

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

Shades of Lavender Blue #C1B7FE

Tints of Lavender Blue #C1B7FE

Color information

#C1B7FE (or 0xC1B7FE) is unknown color: approx Lavender Blue. HEX triplet: C1, B7 and FE. RGB value is (193,183,254). Sum of RGB (Red+Green+Blue) = 193+183+254=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7FE is #3E4801. Grayscale: #C1C1C1. Windows color (decimal): -4081666 or 16693185. OLE color: 16693185.

HSL color Cylindrical-coordinate representation of color #C1B7FE: hue angle of 248.45º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B7FE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193183254-
CMYK0.240.2800.00
HSL248.45º97.26%85.69%-
HSV(B)248.45º27.95%99.61%-
XYZ56.8252.36100.88-
YUV194.08161.81127.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.63%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=30.63%
G=29.05%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931832540.240.2800.00248.4597.2685.69
HexC1B7FE181C00f86156
Octal301267376303400370141126
Binary1100000110110111111111101100011100001111100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7FE; }

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

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

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

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

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

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

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

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