#C5BAFF

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

Shades of Lavender Blue #C5BAFF

Tints of Lavender Blue #C5BAFF

Color information

#C5BAFF (or 0xC5BAFF) is unknown color: approx Lavender Blue. HEX triplet: C5, BA and FF. RGB value is (197,186,255). Sum of RGB (Red+Green+Blue) = 197+186+255=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFF is #3A4500. Grayscale: #C4C4C4. Windows color (decimal): -3818753 or 16759493. OLE color: 16759493.

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

Color convert

RGB197186255-
CMYK0.230.2700
HSL249.57º100%86.47%-
HSV(B)249.57º27.06%100%-
XYZ58.6354.21101.98-
YUV197.15160.64127.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 39.97%
R=30.88%
G=29.15%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971862550.230.2700249.5710086.47
HexC5BAFF171B00fa6456
Octal305272377273300372144126
Binary1100010110111010111111111011111011001111101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAFF; }

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

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

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

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

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

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

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

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