#C6BEF5

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

Shades of Lavender Blue #C6BEF5

Tints of Lavender Blue #C6BEF5

Color information

#C6BEF5 (or 0xC6BEF5) is unknown color: approx Lavender Blue. HEX triplet: C6, BE and F5. RGB value is (198,190,245). Sum of RGB (Red+Green+Blue) = 198+190+245=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF5 is #39410A. Grayscale: #C6C6C6. Windows color (decimal): -3752203 or 16105158. OLE color: 16105158.

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

Color convert

RGB198190245-
CMYK0.190.2200.04
HSL248.73º73.33%85.29%-
HSV(B)248.73º22.45%96.08%-
XYZ58.1855.4394.02-
YUV198.66154.15127.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=31.28%
G=30.02%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981902450.190.2200.04248.7373.3385.29
HexC6BEF5131604f94955
Octal306276365232604371111125
Binary110001101011111011110101100111011001001111100110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEF5; }

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

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

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

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

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

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

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

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