#C6BEF3

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

Shades of Lavender Blue #C6BEF3

Tints of Lavender Blue #C6BEF3

Color information

#C6BEF3 (or 0xC6BEF3) is unknown color: approx Lavender Blue. HEX triplet: C6, BE and F3. RGB value is (198,190,243). Sum of RGB (Red+Green+Blue) = 198+190+243=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF3 is #39410C. Grayscale: #C6C6C6. Windows color (decimal): -3752205 or 15974086. OLE color: 15974086.

HSL color Cylindrical-coordinate representation of color #C6BEF3: hue angle of 249.06º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BEF3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198190243-
CMYK0.190.2200.05
HSL249.06º68.83%84.9%-
HSV(B)249.06º21.81%95.29%-
XYZ57.8855.392.42-
YUV198.43153.15127.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.38%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=31.38%
G=30.11%
B=38.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981902430.190.2200.05249.0668.8384.9
HexC6BEF3131605f94555
Octal306276363232605371105125
Binary110001101011111011110011100111011001011111100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEF3; }

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

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

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

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

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

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

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

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