#C1BBF6

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

Shades of Lavender Blue #C1BBF6

Tints of Lavender Blue #C1BBF6

Color information

#C1BBF6 (or 0xC1BBF6) is unknown color: approx Lavender Blue. HEX triplet: C1, BB and F6. RGB value is (193,187,246). Sum of RGB (Red+Green+Blue) = 193+187+246=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBF6 is #3E4409. Grayscale: #C3C3C3. Windows color (decimal): -4080650 or 16169921. OLE color: 16169921.

HSL color Cylindrical-coordinate representation of color #C1BBF6: hue angle of 246.1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BBF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193187246-
CMYK0.220.2400.04
HSL246.1º76.62%84.9%-
HSV(B)246.1º23.98%96.47%-
XYZ56.453.5394.55-
YUV195.52156.49126.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.83%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 246 (96.48% from 255) = 39.30%
R=30.83%
G=29.87%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931872460.220.2400.04246.176.6284.9
HexC1BBF6161804f64d55
Octal301273366263004366115125
Binary110000011011101111110110101101100001001111011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBF6; }

 p { color: rgb(193,187,246); }

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

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

 a { background-color: rgb(193,187,246); }

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

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

 span { border-color: rgb(193,187,246); }

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