#C7B8FE

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

Shades of Lavender Blue #C7B8FE

Tints of Lavender Blue #C7B8FE

Color information

#C7B8FE (or 0xC7B8FE) is unknown color: approx Lavender Blue. HEX triplet: C7, B8 and FE. RGB value is (199,184,254). Sum of RGB (Red+Green+Blue) = 199+184+254=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 184 (72.27% from 255 or 28.89% 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 #C7B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B8FE is #384701. Grayscale: #C4C4C4. Windows color (decimal): -3688194 or 16693447. OLE color: 16693447.

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

Color convert

RGB199184254-
CMYK0.220.2800.00
HSL252.86º97.22%85.88%-
HSV(B)252.86º27.56%99.61%-
XYZ58.5853.58101.02-
YUV196.46160.47129.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.24%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=31.24%
G=28.89%
B=39.87%

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
Decimal1991842540.220.2800.00252.8697.2285.88
HexC7B8FE161C00fd6156
Octal307270376263400375141126
Binary1100011110111000111111101011011100001111110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B8FE; }

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

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

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

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

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

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

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

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