#C1BFEF

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

Shades of Lavender Blue #C1BFEF

Tints of Lavender Blue #C1BFEF

Color information

#C1BFEF (or 0xC1BFEF) is unknown color: approx Lavender Blue. HEX triplet: C1, BF and EF. RGB value is (193,191,239). Sum of RGB (Red+Green+Blue) = 193+191+239=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEF is #3E4010. Grayscale: #C4C4C4. Windows color (decimal): -4079633 or 15712193. OLE color: 15712193.

HSL color Cylindrical-coordinate representation of color #C1BFEF: hue angle of 242.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BFEF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193191239-
CMYK0.190.2000.06
HSL242.5º60%84.31%-
HSV(B)242.5º20.08%93.73%-
XYZ56.254.8389.28-
YUV197.07151.66125.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=30.98%
G=30.66%
B=38.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931912390.190.2000.06242.56084.31
HexC1BFEF131406f23c54
Octal30127735723240636274124
Binary11000001101111111110111110011101000110111100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFEF; }

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

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

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

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

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

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

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

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