#C1BFE4

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

Shades of Lavender Grey #C1BFE4

Tints of Lavender Grey #C1BFE4

Color information

#C1BFE4 (or 0xC1BFE4) is unknown color: approx Lavender Grey. HEX triplet: C1, BF and E4. RGB value is (193,191,228). Sum of RGB (Red+Green+Blue) = 193+191+228=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFE4 is #3E401B. Grayscale: #C3C3C3. Windows color (decimal): -4079644 or 14991297. OLE color: 14991297.

HSL color Cylindrical-coordinate representation of color #C1BFE4: hue angle of 243.24º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BFE4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB193191228-
CMYK0.150.1600.11
HSL243.24º40.66%82.16%-
HSV(B)243.24º16.23%89.41%-
XYZ54.6354.280.98-
YUV195.82146.16125.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=31.54%
G=31.21%
B=37.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931912280.150.1600.11243.2440.6682.16
HexC1BFE4F100Bf32952
Octal301277344172001336351122
Binary11000001101111111110010011111000001011111100111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFE4; }

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

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

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

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

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

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

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

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