#C1BAFE

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

Shades of Lavender Blue #C1BAFE

Tints of Lavender Blue #C1BAFE

Color information

#C1BAFE (or 0xC1BAFE) is unknown color: approx Lavender Blue. HEX triplet: C1, BA and FE. RGB value is (193,186,254). Sum of RGB (Red+Green+Blue) = 193+186+254=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAFE is #3E4501. Grayscale: #C3C3C3. Windows color (decimal): -4080898 or 16693953. OLE color: 16693953.

HSL color Cylindrical-coordinate representation of color #C1BAFE: hue angle of 246.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BAFE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193186254-
CMYK0.240.2700.00
HSL246.18º97.14%86.27%-
HSV(B)246.18º26.77%99.61%-
XYZ57.4453.61101.09-
YUV195.84160.82125.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.49%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=30.49%
G=29.38%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931862540.240.2700.00246.1897.1486.27
HexC1BAFE181B00f66156
Octal301272376303300366141126
Binary1100000110111010111111101100011011001111011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAFE; }

 p { color: rgb(193,186,254); }

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

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

 a { background-color: rgb(193,186,254); }

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

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

 span { border-color: rgb(193,186,254); }

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