#C1BBFB

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

Shades of Lavender Blue #C1BBFB

Tints of Lavender Blue #C1BBFB

Color information

#C1BBFB (or 0xC1BBFB) is unknown color: approx Lavender Blue. HEX triplet: C1, BB and FB. RGB value is (193,187,251). Sum of RGB (Red+Green+Blue) = 193+187+251=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBFB is #3E4404. Grayscale: #C3C3C3. Windows color (decimal): -4080645 or 16497601. OLE color: 16497601.

HSL color Cylindrical-coordinate representation of color #C1BBFB: hue angle of 245.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1BBFB is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193187251-
CMYK0.230.2500.02
HSL245.62º88.89%85.88%-
HSV(B)245.62º25.5%98.43%-
XYZ57.1853.8498.65-
YUV196.09158.99125.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.59%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=30.59%
G=29.64%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931872510.230.2500.02245.6288.8985.88
HexC1BBFB171902f65956
Octal301273373273102366131126
Binary11000001101110111111101110111110010101111011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBFB; }

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

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

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

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

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

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

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

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