#C1BDFC

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

Shades of Lavender Blue #C1BDFC

Tints of Lavender Blue #C1BDFC

Color information

#C1BDFC (or 0xC1BDFC) is unknown color: approx Lavender Blue. HEX triplet: C1, BD and FC. RGB value is (193,189,252). Sum of RGB (Red+Green+Blue) = 193+189+252=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDFC is #3E4203. Grayscale: #C5C5C5. Windows color (decimal): -4080132 or 16563649. OLE color: 16563649.

HSL color Cylindrical-coordinate representation of color #C1BDFC: hue angle of 243.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1BDFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193189252-
CMYK0.230.2500.01
HSL243.81º91.3%86.47%-
HSV(B)243.81º25%98.82%-
XYZ57.7654.7699.62-
YUV197.38158.83124.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.44%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=30.44%
G=29.81%
B=39.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931892520.230.2500.01243.8191.386.47
HexC1BDFC171901f45b56
Octal301275374273101364133126
Binary1100000110111101111111001011111001011111010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDFC; }

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

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

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

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

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

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

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

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