#C5B8FE

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

Shades of Lavender Blue #C5B8FE

Tints of Lavender Blue #C5B8FE

Color information

#C5B8FE (or 0xC5B8FE) is unknown color: approx Lavender Blue. HEX triplet: C5, B8 and FE. RGB value is (197,184,254). Sum of RGB (Red+Green+Blue) = 197+184+254=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8FE is #3A4701. Grayscale: #C3C3C3. Windows color (decimal): -3819266 or 16693445. OLE color: 16693445.

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

Color convert

RGB197184254-
CMYK0.220.2800.00
HSL251.14º97.22%85.88%-
HSV(B)251.14º27.56%99.61%-
XYZ58.0653.31101-
YUV195.87160.81128.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 254 (99.61% from 255) = 40%
R=31.02%
G=28.98%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971842540.220.2800.00251.1497.2285.88
HexC5B8FE161C00fb6156
Octal305270376263400373141126
Binary1100010110111000111111101011011100001111101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8FE; }

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

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

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

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

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

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

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

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