#C1BFEB

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

Shades of Lavender Grey #C1BFEB

Tints of Lavender Grey #C1BFEB

Color information

#C1BFEB (or 0xC1BFEB) is unknown color: approx Lavender Grey. HEX triplet: C1, BF and EB. RGB value is (193,191,235). Sum of RGB (Red+Green+Blue) = 193+191+235=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEB is #3E4014. Grayscale: #C4C4C4. Windows color (decimal): -4079637 or 15450049. OLE color: 15450049.

HSL color Cylindrical-coordinate representation of color #C1BFEB: hue angle of 242.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BFEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193191235-
CMYK0.180.1900.08
HSL242.73º52.38%83.53%-
HSV(B)242.73º18.72%92.16%-
XYZ55.6254.686.2-
YUV196.61149.66125.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=31.18%
G=30.86%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931912350.180.1900.08242.7352.3883.53
HexC1BFEB121308f33454
Octal301277353222301036364124
Binary110000011011111111101011100101001101000111100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFEB; }

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

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

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

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

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

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

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

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