#C6BEF7

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

Shades of Lavender Blue #C6BEF7

Tints of Lavender Blue #C6BEF7

Color information

#C6BEF7 (or 0xC6BEF7) is unknown color: approx Lavender Blue. HEX triplet: C6, BE and F7. RGB value is (198,190,247). Sum of RGB (Red+Green+Blue) = 198+190+247=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF7 is #394108. Grayscale: #C6C6C6. Windows color (decimal): -3752201 or 16236230. OLE color: 16236230.

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

Color convert

RGB198190247-
CMYK0.200.2300.03
HSL248.42º78.08%85.69%-
HSV(B)248.42º23.08%96.86%-
XYZ58.4955.5595.63-
YUV198.89155.15127.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=31.18%
G=29.92%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1981902470.200.2300.03248.4278.0885.69
HexC6BEF7141703f84e56
Octal306276367242703370116126
Binary11000110101111101111011110100101110111111100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEF7; }

 p { color: rgb(198,190,247); }

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

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

 a { background-color: rgb(198,190,247); }

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

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

 span { border-color: rgb(198,190,247); }

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