#C5BAFE

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

Shades of Lavender Blue #C5BAFE

Tints of Lavender Blue #C5BAFE

Color information

#C5BAFE (or 0xC5BAFE) is unknown color: approx Lavender Blue. HEX triplet: C5, BA and FE. RGB value is (197,186,254). Sum of RGB (Red+Green+Blue) = 197+186+254=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFE is #3A4501. Grayscale: #C4C4C4. Windows color (decimal): -3818754 or 16693957. OLE color: 16693957.

HSL color Cylindrical-coordinate representation of color #C5BAFE: hue angle of 249.71º 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 #C5BAFE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197186254-
CMYK0.220.2700.00
HSL249.71º97.14%86.27%-
HSV(B)249.71º26.77%99.61%-
XYZ58.4754.14101.13-
YUV197.04160.14127.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=30.93%
G=29.20%
B=39.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971862540.220.2700.00249.7197.1486.27
HexC5BAFE161B00fa6156
Octal305272376263300372141126
Binary1100010110111010111111101011011011001111101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAFE; }

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

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

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

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

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

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

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

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