#C6BEFA

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

Shades of Lavender Blue #C6BEFA

Tints of Lavender Blue #C6BEFA

Color information

#C6BEFA (or 0xC6BEFA) is unknown color: approx Lavender Blue. HEX triplet: C6, BE and FA. RGB value is (198,190,250). Sum of RGB (Red+Green+Blue) = 198+190+250=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEFA is #394105. Grayscale: #C7C7C7. Windows color (decimal): -3752198 or 16432838. OLE color: 16432838.

HSL color Cylindrical-coordinate representation of color #C6BEFA: hue angle of 248º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6BEFA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198190250-
CMYK0.210.2400.02
HSL248º85.71%86.27%-
HSV(B)248º24%98.04%-
XYZ58.9655.7398.09-
YUV199.23156.65127.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.03%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=31.03%
G=29.78%
B=39.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981902500.210.2400.0224885.7186.27
HexC6BEFA151802f85656
Octal306276372253002370126126
Binary11000110101111101111101010101110000101111100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEFA; }

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

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

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

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

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

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

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

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