#C1BDFF

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

Shades of Lavender Blue #C1BDFF

Tints of Lavender Blue #C1BDFF

Color information

#C1BDFF (or 0xC1BDFF) is unknown color: approx Lavender Blue. HEX triplet: C1, BD and FF. RGB value is (193,189,255). Sum of RGB (Red+Green+Blue) = 193+189+255=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFF is #3E4200. Grayscale: #C5C5C5. Windows color (decimal): -4080129 or 16760257. OLE color: 16760257.

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

Color convert

RGB193189255-
CMYK0.240.2600
HSL243.64º100%87.06%-
HSV(B)243.64º25.88%100%-
XYZ58.2454.95102.15-
YUV197.72160.33124.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.30%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 255 (100% from 255) = 40.03%
R=30.30%
G=29.67%
B=40.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931892550.240.2600243.6410087.06
HexC1BDFF181A00f46457
Octal301275377303200364144127
Binary1100000110111101111111111100011010001111010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDFF; }

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

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

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

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

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

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

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

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