#C1BDFE

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

Shades of Lavender Blue #C1BDFE

Tints of Lavender Blue #C1BDFE

Color information

#C1BDFE (or 0xC1BDFE) is unknown color: approx Lavender Blue. HEX triplet: C1, BD and FE. RGB value is (193,189,254). Sum of RGB (Red+Green+Blue) = 193+189+254=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFE is #3E4201. Grayscale: #C5C5C5. Windows color (decimal): -4080130 or 16694721. OLE color: 16694721.

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

Color convert

RGB193189254-
CMYK0.240.2600.00
HSL243.69º97.01%86.86%-
HSV(B)243.69º25.59%99.61%-
XYZ58.0854.89101.3-
YUV197.61159.83124.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.35%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=30.35%
G=29.72%
B=39.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931892540.240.2600.00243.6997.0186.86
HexC1BDFE181A00f46157
Octal301275376303200364141127
Binary1100000110111101111111101100011010001111010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDFE; }

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

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

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

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

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

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

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

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