#C1BFFF

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

Shades of Lavender Blue #C1BFFF

Tints of Lavender Blue #C1BFFF

Color information

#C1BFFF (or 0xC1BFFF) is unknown color: approx Lavender Blue. HEX triplet: C1, BF and FF. RGB value is (193,191,255). Sum of RGB (Red+Green+Blue) = 193+191+255=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFFF is #3E4000. Grayscale: #C6C6C6. Windows color (decimal): -4079617 or 16760769. OLE color: 16760769.

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

Color convert

RGB193191255-
CMYK0.240.2500
HSL241.88º100%87.45%-
HSV(B)241.88º25.1%100%-
XYZ58.6755.82102.29-
YUV198.89159.66123.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.20%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 255 (100% from 255) = 39.91%
R=30.20%
G=29.89%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931912550.240.2500241.8810087.45
HexC1BFFF181900f26457
Octal301277377303100362144127
Binary1100000110111111111111111100011001001111001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFFF; }

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

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

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

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

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

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

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

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